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 で使用される厳密に型指定された文法が読み込まれたバイナリ リソースの名前を返します。

適用対象