Propriedade IFuncInfo.RawName

Obtém ou define o nome da função como uma seqüência de caracteres não processada.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (em Microsoft.VisualStudio.VsWizard.dll)

Sintaxe

'Declaração
Property RawName As String
string RawName { get; set; }
property String^ RawName {
    String^ get ();
    void set (String^ value);
}
abstract RawName : string with get, set
function get RawName () : String
function set RawName (value : String)

Valor de propriedade

Tipo: System.String
O nome da função como uma seqüência de raw.

Exemplos

var oInterface = window.external.ParentObject;
var oFunction = oInterface.Functions(PROPERTY_NAME.value);
Var strRawName = oFunction.RawName;

Segurança do .NET Framework

Consulte também

Referência

IFuncInfo Interface

Namespace Microsoft.VisualStudio.VsWizard