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
'Declaration
Public wTemplateId As UShort
public ushort wTemplateId
public:
unsigned short wTemplateId
val mutable wTemplateId: uint16
public var wTemplateId : ushort
Remarks
COM Signature
From vsshell.idl:
.NET Framework Security
- 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.