Condividi tramite


Proprietà StackFrame2.ReturnType

Ottiene una stringa contenente il tipo restituito per la proprietà dello stack.

Spazio dei nomi:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Sintassi

'Dichiarazione
ReadOnly Property ReturnType As String
string ReturnType { get; }
property String^ ReturnType {
    String^ get ();
}
abstract ReturnType : string with get
function get ReturnType () : String

Valore proprietà

Tipo: String
Stringa contenente il tipo restituito per la proprietà dello stack.

Note

Vedere ReturnType.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

StackFrame2 Interfaccia

Spazio dei nomi EnvDTE90a