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

字符串键值对的枚举,表示要作为全局扩展属性包含的元数据。

例外

globalExtendedAttributesnull

适用于