FileDialog.Instance 属性

定义

获取应用程序的 Win32 实例句柄。

protected:
 virtual property IntPtr Instance { IntPtr get(); };
protected virtual IntPtr Instance { get; }
member this.Instance : nativeint
Protected Overridable ReadOnly Property Instance As IntPtr

属性值

IntPtr

nativeint

应用程序的 Win32 实例句柄。

适用于