Partager via


IFuncInfo.RawName, propriété

Obtient ou définit le nom de la fonction comme chaîne brute.

Espace de noms :  Microsoft.VisualStudio.VsWizard
Assembly :  Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String
Le nom de la fonction comme chaîne brute.

Exemples

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

Sécurité .NET Framework

Voir aussi

Référence

IFuncInfo Interface

Microsoft.VisualStudio.VsWizard, espace de noms