IFuncInfo.ReturnType - свойство
Gets or sets a string containing the return type for the function.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Property ReturnType As String
'Применение
Dim instance As IFuncInfo
Dim value As String
value = instance.ReturnType
instance.ReturnType = value
string ReturnType { get; set; }
property String^ ReturnType {
String^ get ();
void set (String^ value);
}
function get ReturnType () : String
function set ReturnType (value : String)
Значение свойства
Тип: System.String
A string containing the return type for the function.
Примеры
var oInterface = window.external.ParentObject;
var oFunction = oInterface.Functions(PROPERTY_NAME.value);
Var strReturnType = oFunction.ReturnType;
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.