Udostępnij za pośrednictwem


PaxGlobalExtendedAttributesTarEntry Konstruktor

Definicja

Inicjuje nowe PaxGlobalExtendedAttributesTarEntry wystąpienie z określonym globalnymi atrybutami rozszerzonymi wyliczenie.

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

Parametry

globalExtendedAttributes
IEnumerable<KeyValuePair<String,String>>

Wyliczenie par klucz-wartość ciągu, które reprezentują metadane do uwzględnienia jako globalne atrybuty rozszerzone.

Wyjątki

globalExtendedAttributes to null.

Dotyczy