Condividi tramite


PaxGlobalExtendedAttributesTarEntry Costruttore

Definizione

Inizializza una nuova PaxGlobalExtendedAttributesTarEntry istanza con l'enumerazione degli attributi estesi globali specificata.

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)))

Parametri

globalExtendedAttributes
IEnumerable<KeyValuePair<String,String>>

Enumerazione di coppie chiave-valore stringa che rappresenta i metadati da includere come attributi estesi globali.

Eccezioni

globalExtendedAttributes è null.

Si applica a