IFuncInfo.ReturnType 属性

获取或设置包含函数返回类型的字符串。

命名空间:  Microsoft.VisualStudio.VsWizard
程序集:  Microsoft.VisualStudio.VsWizard(在 Microsoft.VisualStudio.VsWizard.dll 中)

语法

声明
Property ReturnType As String
string ReturnType { get; set; }
property String^ ReturnType {
    String^ get ();
    void set (String^ value);
}
abstract ReturnType : string with get, set
function get ReturnType () : String 
function set ReturnType (value : String)

属性值

类型:String
包含函数返回类型的字符串。

示例

var oInterface = window.external.ParentObject;
var oFunction = oInterface.Functions(PROPERTY_NAME.value);
Var strReturnType = oFunction.ReturnType;

.NET Framework 安全性

请参阅

参考

IFuncInfo 接口

Microsoft.VisualStudio.VsWizard 命名空间