IppTextWithLanguage.Language 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得程式碼,指定由目前IppTextWithLanguage物件所表示之網際網路列印通訊協定 (IPP) ) 所定義之屬性 (的語言 textWithLanguage
。 語言代碼是由 RFC 5646 規格所定義。
public:
property Platform::String ^ Language { Platform::String ^ get(); };
winrt::hstring Language();
public string Language { get; }
var string = ippTextWithLanguage.language;
Public ReadOnly Property Language As String
屬性值
屬性的語言代碼 textWithLanguage
。