Share via


PropertyValue.CreateChar16(Char) 方法

定義

從 Unicode 字元建立屬性值。

public:
 static Platform::Object ^ CreateChar16(char16 value);
 static IInspectable CreateChar16(char16_t const& value);
public static object CreateChar16(char value);
function createChar16(value)
Public Shared Function CreateChar16 (value As Char) As Object

參數

value
Char

char16

char16_t

要儲存在 屬性值中的值。

傳回

Object

Platform::Object

IInspectable

屬性值。

適用於