次の方法で共有


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
public var wTemplateId : ushort

Field Value

Type: System.UInt16

Remarks

COM Signature

From vsshell.idl:

Permissions

See Also

Reference

VSPROPSHEETPAGE Structure

VSPROPSHEETPAGE Members

Microsoft.VisualStudio.Shell.Interop Namespace