次の方法で共有


IppAttributeValue.CreateTextWithoutLanguage(String) メソッド

定義

インターネット印刷プロトコル (IPP) で定義されている、指定した値を持つ属性を含む textWithoutLanguageIppAttributeValue オブジェクトを作成します。

public:
 static IppAttributeValue ^ CreateTextWithoutLanguage(Platform::String ^ value);
 static IppAttributeValue CreateTextWithoutLanguage(winrt::hstring const& value);
public static IppAttributeValue CreateTextWithoutLanguage(string value);
function createTextWithoutLanguage(value)
Public Shared Function CreateTextWithoutLanguage (value As String) As IppAttributeValue

パラメーター

value
String

Platform::String

winrt::hstring

textWithoutLanguage 属性の値。

戻り値

新しい IppAttributeValue オブジェクト。

適用対象