Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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.