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)

속성 값

적용 대상