Partager via


IFuncInfo.ReturnType, propriété

Obtient ou définit une chaîne contenant le type de retour de la fonction.

Espace de noms :  Microsoft.VisualStudio.VsWizard
Assembly :  Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String
Une chaîne contenant le type de retour de la fonction.

Exemples

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

Sécurité .NET Framework

Voir aussi

Référence

IFuncInfo Interface

Microsoft.VisualStudio.VsWizard, espace de noms