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
val mutable HINSTANCE: uint32
public var HINSTANCE : uint

Remarks

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

VSPROPSHEETPAGE Structure

VSPROPSHEETPAGE Members

Microsoft.VisualStudio.Shell.Interop Namespace