IdentifierSymbol.Aliases プロパティ

定義

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

public:
 property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ Aliases { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<string> Aliases { get; }
member this.Aliases : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property Aliases As IReadOnlyCollection(Of String)

プロパティ値

適用対象