IppAttributeValue.CreateNameWithoutLanguage(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea un oggetto IppAttributeValue che contiene un nameWithoutLanguage
attributo con il valore specificato, come definito dal protocollo IPP (Internet Printing Protocol).
public:
static IppAttributeValue ^ CreateNameWithoutLanguage(Platform::String ^ value);
static IppAttributeValue CreateNameWithoutLanguage(winrt::hstring const& value);
public static IppAttributeValue CreateNameWithoutLanguage(string value);
function createNameWithoutLanguage(value)
Public Shared Function CreateNameWithoutLanguage (value As String) As IppAttributeValue
Parametri
- value
-
String
Platform::String
winrt::hstring
Valore dell'attributo nameWithoutLanguage
.
Restituisce
Nuovo oggetto IppAttributeValue .