StackFrame2.ReturnType Property
Gets a string that contains the return type for the stack property.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Syntax
'Declaration
ReadOnly Property ReturnType As String
string ReturnType { get; }
property String^ ReturnType {
String^ get ();
}
abstract ReturnType : string with get
function get ReturnType () : String
Property Value
Type: System.String
A string that contains the return type for the stack property.
Remarks
See ReturnType.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.