Command.Aliases プロパティ

定義

コマンド ラインでコマンドを指定するために使用できる文字列の一意のセットを取得します。

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 が含まれていません。

適用対象