Share via


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

See Also

Reference

StackFrame2 Interface

EnvDTE90a Namespace