IppAttributeValue.CreateUriSchemaArray(IIterable<String>) Metodo

Definizione

Crea un oggetto IppAttributeValue che contiene una matrice di uriScheme attributi con i valori specificati.

public:
 static IppAttributeValue ^ CreateUriSchemaArray(IIterable<Platform::String ^> ^ values);
 static IppAttributeValue CreateUriSchemaArray(IIterable<winrt::hstring> const& values);
public static IppAttributeValue CreateUriSchemaArray(IEnumerable<string> values);
function createUriSchemaArray(values)
Public Shared Function CreateUriSchemaArray (values As IEnumerable(Of String)) As IppAttributeValue

Parametri

values

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Valori della matrice di uriScheme attributi.

Restituisce

Nuovo oggetto IppAttributeValue .

Si applica a