共用方式為


IFuncInfo.BodyText 屬性

取得或設定函式的主體文字。

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

語法

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

屬性值

型別:System.String
函式的內文。

備註

本文定義為宣告的大括號之間的文字 (' {' 和 '}') 的函式。

範例

var oInterface = window.external.ParentObject;
var oFunction = oInterface.Functions(PROPERTY_NAME.value);
var strBodyText = oFunction.BodyText;

.NET Framework 安全性

請參閱

參考

IFuncInfo 介面

Microsoft.VisualStudio.VsWizard 命名空間