VSPROPSHEETPAGE.wTemplateId Field

Used to specify the resource identifier of your dialog template in the module identified by the handle in the HINSTANCE field when PSP_DLGINDIRECT is not specified in dwFlags.

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

Syntax

‘선언
Public wTemplateId As UShort
‘사용 방법
Dim instance As VSPROPSHEETPAGE
Dim value As UShort

value = instance.wTemplateId

instance.wTemplateId = value
public ushort wTemplateId
public:
unsigned short wTemplateId
val mutable wTemplateId: uint16
public var wTemplateId : ushort

Remarks

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

VSPROPSHEETPAGE Structure

VSPROPSHEETPAGE Members

Microsoft.VisualStudio.Shell.Interop Namespace