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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。