Command.Aliases プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コマンド ラインでコマンドを指定するために使用できる文字列の一意のセットを取得します。
public:
property System::Collections::Generic::ICollection<System::String ^> ^ Aliases { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> Aliases { get; }
member this.Aliases : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Aliases As ICollection(Of String)
プロパティ値
注釈
コレクションに Command の Name が含まれていません。