共用方式為


IFuncInfo.ParamText 屬性

取得或設定文字的函式的參數。

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

語法

'宣告
Property ParamText As String
string ParamText { get; set; }
property String^ ParamText {
    String^ get ();
    void set (String^ value);
}
abstract ParamText : string with get, set
function get ParamText () : String
function set ParamText (value : String)

屬性值

型別:System.String
函式參數的文字。

範例

var oInterface = window.external.ParentObject;
var oFunction = oInterface.Functions(PROPERTY_NAME.value);
Var strParamTxt = oFunction.ParamText;

.NET Framework 安全性

請參閱

參考

IFuncInfo 介面

Microsoft.VisualStudio.VsWizard 命名空間