IppTextWithLanguage(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the IppTextWithLanguage class with the specified values. This object represents information about a textWithLanguage
attribute as defined by the Internet Printing Protocol (IPP).
public:
IppTextWithLanguage(Platform::String ^ language, Platform::String ^ text);
IppTextWithLanguage(winrt::hstring const& language, winrt::hstring const& text);
public IppTextWithLanguage(string language, string text);
function IppTextWithLanguage(language, text)
Public Sub New (language As String, text As String)
Parameters
- language
-
String
Platform::String
winrt::hstring
The code that specifies the language of the textWithLanguage
attribute, as defined by the RFC 5646 specification.
- text
-
String
Platform::String
winrt::hstring
The text value of the textWithLanguage
attribute.