다음을 통해 공유


MetadataStore.AddAttributeTable(AttributeTable) 메서드

정의

지정된 테이블을 현재 AppDomain 개체의 특성 저장소에 추가합니다.

public:
 static void AddAttributeTable(System::Activities::Presentation::Metadata::AttributeTable ^ table);
public static void AddAttributeTable (System.Activities.Presentation.Metadata.AttributeTable table);
static member AddAttributeTable : System.Activities.Presentation.Metadata.AttributeTable -> unit
Public Shared Sub AddAttributeTable (table As AttributeTable)

매개 변수

table
AttributeTable

추가할 테이블입니다.

설명

테이블이 추가 된 후에는에 대 한 호출에서 TypeDescriptor 새로 추가 된 테이블에 정의 된 특성을 사용 합니다. 특성 저장소에 여러 테이블을 추가할 수 있습니다. 충돌이 발생 한 경우 가장 최근에 추가 된 테이블의 특성이 사용 됩니다.

적용 대상