IppAttributeValue.CreateKeyword(String) Metodo

Definizione

Crea un oggetto IppAttributeValue che contiene un keyword attributo con il valore specificato, come definito dal protocollo IPP (Internet Printing Protocol).

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

Parametri

value
String

Platform::String

winrt::hstring

Valore dell'attributo keyword.

Restituisce

Nuovo oggetto IppAttributeValue .

Si applica a