Partager via


PaxGlobalExtendedAttributesTarEntry Constructeur

Définition

Initialise une nouvelle PaxGlobalExtendedAttributesTarEntry instance avec l’énumération d’attributs étendus globaux spécifié.

public:
 PaxGlobalExtendedAttributesTarEntry(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ globalExtendedAttributes);
public PaxGlobalExtendedAttributesTarEntry (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> globalExtendedAttributes);
new System.Formats.Tar.PaxGlobalExtendedAttributesTarEntry : seq<System.Collections.Generic.KeyValuePair<string, string>> -> System.Formats.Tar.PaxGlobalExtendedAttributesTarEntry
Public Sub New (globalExtendedAttributes As IEnumerable(Of KeyValuePair(Of String, String)))

Paramètres

globalExtendedAttributes
IEnumerable<KeyValuePair<String,String>>

Énumération de paires clé-valeur de chaîne qui représente les métadonnées à inclure en tant qu’attributs étendus globaux.

Exceptions

globalExtendedAttributes a la valeur null.

S’applique à