VSPROPSHEETPAGE.HINSTANCE Field
Handle to the instance from which to load a dialog template resource.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'宣言
Public HINSTANCE As UInteger
'使用
Dim instance As VSPROPSHEETPAGE
Dim value As UInteger
value = instance.HINSTANCE
instance.HINSTANCE = value
public uint HINSTANCE
public:
unsigned int HINSTANCE
public var HINSTANCE : uint
Field Value
Type: System.UInt32
Remarks
COM Signature
From vsshell.idl:
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.