IFuncInfo.RawName Property

Gets or sets the name of the function as a raw string.

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

Syntax

声明
Property RawName As String
用法
Dim instance As IFuncInfo
Dim value As String

value = instance.RawName

instance.RawName = value
string RawName { get; set; }
property String^ RawName {
    String^ get ();
    void set (String^ value);
}
function get RawName () : String
function set RawName (value : String)

Property Value

Type: System.String

The name of the function as a raw string.

Examples

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

Permissions

See Also

Reference

IFuncInfo Interface

IFuncInfo Members

Microsoft.VisualStudio.VsWizard Namespace