Поделиться через


PaxGlobalExtendedAttributesTarEntry Конструктор

Определение

Инициализирует новый PaxGlobalExtendedAttributesTarEntry экземпляр с указанным глобальным перечислением расширенных атрибутов.

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

Параметры

globalExtendedAttributes
IEnumerable<KeyValuePair<String,String>>

Перечисление строковых пар "ключ-значение", представляющее метаданные для включения в качестве глобальных расширенных атрибутов.

Исключения

globalExtendedAttributes имеет значение null.

Применяется к