다음을 통해 공유


PaxGlobalExtendedAttributesTarEntry 생성자

정의

지정된 전역 확장 특성 열거형을 사용하여 새 PaxGlobalExtendedAttributesTarEntry instance 초기화합니다.

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입니다.

적용 대상