MetadataStore.AddAttributeTable(AttributeTable) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 테이블을 현재 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 새로 추가 된 테이블에 정의 된 특성을 사용 합니다. 특성 저장소에 여러 테이블을 추가할 수 있습니다. 충돌이 발생 한 경우 가장 최근에 추가 된 테이블의 특성이 사용 됩니다.