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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.