OleMenuCmdEventArgs.OutValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a pointer to the parameter used as output by the command function
public:
property IntPtr OutValue { IntPtr get(); };
public IntPtr OutValue { get; }
member this.OutValue : nativeint
Public ReadOnly Property OutValue As IntPtr
Property Value
IntPtr
nativeint
A pointer to the out parameter.