DeploymentPropertyAliasAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このクラスは製品インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。 コマンド ライン プロパティのオーバーライドに使用する場合に、配置プロパティのエイリアスを定義します
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public sealed class DeploymentPropertyAliasAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type DeploymentPropertyAliasAttribute = class
inherit Attribute
Public NotInheritable Class DeploymentPropertyAliasAttribute
Inherits Attribute
- 継承
-
DeploymentPropertyAliasAttribute
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| DeploymentPropertyAliasAttribute(String) |
プロパティのエイリアスを定義します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Alias |
エイリアスを返します。 |