หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Represents the size of an object. SizeT is an unsigned data type.
Syntax
public ref class SizeT sealed : ValueType
Members
| Member | Description |
|---|---|
| SizeT::SizeT constructor | Initializes a new instance of the class with the specified value. |
Requirements
Minimum supported client: Windows 8
Minimum supported server: Windows Server 2012
Namespace: Platform
Metadata: platform.winmd
SizeT::SizeT constructor
Initializes a new instance of SizeT with the specified value.
Syntax
SizeT( uint32 value1 );
SizeT( void* value2 );
Parameters
value1
An unsigned 32-bit value.
value2
Pointer to an unsigned 32-bit value.