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
    Get
string ReturnType { get; }
property String^ ReturnType {
    String^ get ();
}
abstract ReturnType : string
function get ReturnType () : String

Valore proprietà

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

Implementa

StackFrame.ReturnType

Note

Vedere ReturnType.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

StackFrame2 Interfaccia

Overload ReturnType

Spazio dei nomi EnvDTE90a