StackFrame::ReturnType Property

 

Gets a string that contains the return type for the stack property.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property String^ ReturnType {
	String^ get();
}

Property Value

Type: System::String^

A string that containing the return type for the stack property.

The following example demonstrates how to use the ReturnType property.

No code example is currently available or this language may not be supported.
Return to top
Show: