AttributeTableBuilder.AddTable(AttributeTable) 메서드

정의

제공된 특성 테이블의 내용을 이 작성기에서 추가합니다.

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

매개 변수

table
AttributeTable

원본 특성 테이블입니다.

예외

tablenull입니다.

설명

특성이 작성기에서 이미 포함된 다른 특성과 충돌하는 경우 추가된 마지막 특성은 이전 특성을 대체합니다.

적용 대상