Grammar.ResourceName Propiedad

Definición

Obtiene o establece un valor con el nombre de un recurso binario usado para cargar el Grammar actual.

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

Valor de propiedad

La propiedad ResourceName devuelve el nombre del recurso binario del que se cargó la gramática fuertemente tipada, usado por Grammar.

Se aplica a