Grammar.ResourceName 속성

정의

현재 Grammar를 로드하는 데 사용하는 이진 리소스의 이름을 사용하여 값을 가져오거나 설정합니다.

protected:
 property System::String ^ ResourceName { System::String ^ get(); void set(System::String ^ value); };
protected string ResourceName { get; set; }
member this.ResourceName : string with get, set
Protected Property ResourceName As String

속성 값

String

ResourceName 속성은 Grammar에 사용되는 강력한 형식의 문법이 로드된 이진 리소스의 이름을 반환합니다.

적용 대상