次の方法で共有


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 です。

適用対象