IppAttributeValue.CreateCharset(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个 IppAttributeValue 对象,该对象包含由 charset
Internet 打印协议 (IPP) 定义的具有指定值的属性。
public:
static IppAttributeValue ^ CreateCharset(Platform::String ^ value);
static IppAttributeValue CreateCharset(winrt::hstring const& value);
public static IppAttributeValue CreateCharset(string value);
function createCharset(value)
Public Shared Function CreateCharset (value As String) As IppAttributeValue
参数
- value
-
String
Platform::String
winrt::hstring
charset
特性的值。
返回
新的 IppAttributeValue 对象。