次の方法で共有


VSPROPSHEETPAGE.dwTemplateSize Field

Use dwTemplateSize when PSP_DLGINDIRECT is specified in dwFlags. Specifies the size of the template specified in the pTemplate field.

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

Syntax

'宣言
Public dwTemplateSize As UInteger
'使用
Dim instance As VSPROPSHEETPAGE
Dim value As UInteger

value = instance.dwTemplateSize

instance.dwTemplateSize = value
public uint dwTemplateSize
public:
unsigned int dwTemplateSize
public var dwTemplateSize : uint

Field Value

Type: System.UInt32

Remarks

COM Signature

From vsshell.idl:

Permissions

See Also

Reference

VSPROPSHEETPAGE Structure

VSPROPSHEETPAGE Members

Microsoft.VisualStudio.Shell.Interop Namespace