共用方式為


IFuncInfo.RawName 屬性

取得或設定函式名稱,做為未經處理的清單。

命名空間:  Microsoft.VisualStudio.VsWizard
組件:  Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)

語法

'宣告
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)

屬性值

類型:String
函式名稱,採未經處理的字串形式。

範例

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

.NET Framework 安全性

請參閱

參考

IFuncInfo 介面

Microsoft.VisualStudio.VsWizard 命名空間