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
'Usage
Dim instance As StackFrame2 
Dim value As String 

value = instance.ReturnType
string ReturnType { get; }
property String^ ReturnType {
    String^ get ();
}
function get ReturnType () : String

Property Value

Type: System.String
A string that contains the return type for the stack property.

Implements

StackFrame.ReturnType

Remarks

See ReturnType.

.NET Framework Security

See Also

Reference

StackFrame2 Interface

StackFrame2 Members

ReturnType Overload

EnvDTE90a Namespace