次の方法で共有


DialogPage.IWin32Window.Handle Property

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

Syntax

'宣言
Private ReadOnly Property Handle As IntPtr
    Implements IWin32Window.Handle
'使用
Dim instance As DialogPage
Dim value As IntPtr

value = CType(instance, IWin32Window).Handle
IntPtr IWin32Window.Handle { get; }
private:
virtual property IntPtr Handle {
    IntPtr get () sealed = IWin32Window::Handle::get;
}
JScript does not support explicit interface implementations.

Property Value

Type: System.IntPtr

Implements

IWin32Window.Handle

Permissions

See Also

Reference

DialogPage Class

DialogPage Members

Microsoft.VisualStudio.Shell Namespace