PropertyTabAttribute.InitializeArrays 메서드

정의

특성을 초기화합니다.

오버로드

Name Description
InitializeArrays(String[], PropertyTabScope[])

탭 클래스의 지정된 이름과 탭 범위 배열을 사용하여 특성을 초기화합니다.

InitializeArrays(Type[], PropertyTabScope[])

탭 클래스의 지정된 이름과 탭 범위 배열을 사용하여 특성을 초기화합니다.

InitializeArrays(String[], PropertyTabScope[])

Source:
PropertyTabAttribute.cs
Source:
PropertyTabAttribute.cs
Source:
PropertyTabAttribute.cs
Source:
PropertyTabAttribute.cs
Source:
PropertyTabAttribute.cs

탭 클래스의 지정된 이름과 탭 범위 배열을 사용하여 특성을 초기화합니다.

protected:
 void InitializeArrays(cli::array <System::String ^> ^ tabClassNames, cli::array <System::ComponentModel::PropertyTabScope> ^ tabScopes);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The Types referenced by tabClassNames may be trimmed.")]
protected void InitializeArrays(string[]? tabClassNames, System.ComponentModel.PropertyTabScope[]? tabScopes);
protected void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The Types referenced by tabClassNames may be trimmed.")>]
member this.InitializeArrays : string[] * System.ComponentModel.PropertyTabScope[] -> unit
member this.InitializeArrays : string[] * System.ComponentModel.PropertyTabScope[] -> unit
Protected Sub InitializeArrays (tabClassNames As String(), tabScopes As PropertyTabScope())

매개 변수

tabClassNames
String[]

속성 창 탭에 대해 만들 형식의 정규화된 형식 이름 배열입니다.

tabScopes
PropertyTabScope[]

각 탭의 범위입니다. 범위인 Component경우 해당 PropertyTabAttribute되는 구성 요소에 대해서만 표시됩니다. Document이 경우 문서의 모든 구성 요소에 대해 표시됩니다.

특성

예외

에 있는 tabScopes 값 중 하나 이상이 아닌 Document 지 여부 Component입니다.

-또는-

배열의 tabClassNames 길이가 tabScopes 일치하지 않습니다.

-또는-

tabClassNames 또는 tabScopes .입니다 null.

설명

InitializeArrays 에서는 지정 PropertyTabAttribute 하는 탭 클래스의 유형을 설정하는 데 사용할 수 있는 유틸리티 함수를 제공합니다.

적용 대상

InitializeArrays(Type[], PropertyTabScope[])

Source:
PropertyTabAttribute.cs
Source:
PropertyTabAttribute.cs
Source:
PropertyTabAttribute.cs
Source:
PropertyTabAttribute.cs
Source:
PropertyTabAttribute.cs

탭 클래스의 지정된 이름과 탭 범위 배열을 사용하여 특성을 초기화합니다.

protected:
 void InitializeArrays(cli::array <Type ^> ^ tabClasses, cli::array <System::ComponentModel::PropertyTabScope> ^ tabScopes);
protected void InitializeArrays(Type[]? tabClasses, System.ComponentModel.PropertyTabScope[]? tabScopes);
protected void InitializeArrays(Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes);
member this.InitializeArrays : Type[] * System.ComponentModel.PropertyTabScope[] -> unit
Protected Sub InitializeArrays (tabClasses As Type(), tabScopes As PropertyTabScope())

매개 변수

tabClasses
Type[]

만들 탭의 유형입니다.

tabScopes
PropertyTabScope[]

각 탭의 범위입니다. 범위인 Component경우 해당 PropertyTabAttribute되는 구성 요소에 대해서만 표시됩니다. Document이 경우 문서의 모든 구성 요소에 대해 표시됩니다.

예외

에 있는 tabScopes 값 중 하나 이상이 아닌 Document 지 여부 Component입니다.

-또는-

배열의 tabClasses 길이가 tabScopes 일치하지 않습니다.

-또는-

tabClasses 또는 tabScopes .입니다 null.

설명

InitializeArrays 에서는 지정 PropertyTabAttribute 하는 탭 클래스의 유형을 설정하는 데 사용할 수 있는 유틸리티 함수를 제공합니다.

적용 대상