Compartir a través de


PaxGlobalExtendedAttributesTarEntry Constructor

Definición

Inicializa una nueva PaxGlobalExtendedAttributesTarEntry instancia con la enumeración de atributos extendidos globales especificados.

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

Parámetros

globalExtendedAttributes
IEnumerable<KeyValuePair<String,String>>

Enumeración de pares clave-valor de cadena que representa los metadatos que se van a incluir como atributos extendidos globales.

Excepciones

globalExtendedAttributes es null.

Se aplica a