OleMenuCmdEventArgs::OutValue Property

 

Gets a pointer to the parameter used as output by the command function.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property IntPtr OutValue {
	IntPtr get();
}

Property Value

Type: System::IntPtr

A pointer to the out parameter.

Return to top
Show: