IppAttributeValue.CreateUriSchema(String) Method

Definition

Creates an IppAttributeValue object that contains a uriScheme attribute with the specified value, as defined by the Internet Printing Protocol (IPP).

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

Parameters

value
String

Platform::String

winrt::hstring

The value of the uriScheme attribute.

Returns

The new IppAttributeValue object.

Applies to