次の方法で共有


OleMenuCmdEventArgs.OutValue Property

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

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

Syntax

'宣言
Public ReadOnly Property OutValue As IntPtr
'使用
Dim instance As OleMenuCmdEventArgs
Dim value As IntPtr

value = instance.OutValue
public IntPtr OutValue { get; }
public:
property IntPtr OutValue {
    IntPtr get ();
}
public function get OutValue () : IntPtr

Property Value

Type: System.IntPtr

A pointer to the out parameter.

Permissions

See Also

Reference

OleMenuCmdEventArgs Class

OleMenuCmdEventArgs Members

Microsoft.VisualStudio.Shell Namespace