IppAttributeValue.CreateCollection Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un objet IppAttributeValue qui contient un collection
attribut avec la valeur spécifiée, comme défini par le protocole IPP (Internet Printing Protocol).
public:
static IppAttributeValue ^ CreateCollection(IIterable<IKeyValuePair<Platform::String ^, IppAttributeValue ^> ^> ^ memberAttributes);
static IppAttributeValue CreateCollection(IIterable<IKeyValuePair<winrt::hstring, IppAttributeValue const&>> const& memberAttributes);
public static IppAttributeValue CreateCollection(IEnumerable<KeyValuePair<string,IppAttributeValue>> memberAttributes);
function createCollection(memberAttributes)
Public Shared Function CreateCollection (memberAttributes As IEnumerable(Of KeyValuePair(Of String, IppAttributeValue))) As IppAttributeValue
Paramètres
- memberAttributes
-
IIterable<IKeyValuePair<Platform::String,IppAttributeValue>>
IIterable<IKeyValuePair<winrt::hstring,IppAttributeValue>>
Valeur de l'attribut collection
.
Retours
Nouvel objet IppAttributeValue .