IppAttributeValue.CreateKeywordArray(IIterable<String>) Metodo

Definizione

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

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

Parametri

values

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Valori della matrice di keyword attributi.

Restituisce

Nuovo oggetto IppAttributeValue .

Si applica a