Share via


PropertyValue.CreateInt32(Int32) 方法

定義

從整數建立屬性值。

public:
 static Platform::Object ^ CreateInt32(int value);
 static IInspectable CreateInt32(int const& value);
public static object CreateInt32(int value);
function createInt32(value)
Public Shared Function CreateInt32 (value As Integer) As Object

參數

value
Int32

int

要儲存在屬性值中的值。

傳回

Object

Platform::Object

IInspectable

屬性值。

適用於