AttributeTableBuilder.CreateTable 메서드

정의

호출을 통해 AddCustomAttributes(Type, Attribute[]) 제공되는 모든 특성 정의가 포함된 특성 테이블을 만듭니다.

public:
 System::Activities::Presentation::Metadata::AttributeTable ^ CreateTable();
public System.Activities.Presentation.Metadata.AttributeTable CreateTable();
member this.CreateTable : unit -> System.Activities.Presentation.Metadata.AttributeTable
Public Function CreateTable () As AttributeTable

반품

AttributeTable 메타데이터 저장소에 전달할 수 있는 항목입니다.

설명

테이블은 특성 작성기의 현재 상태에 대한 스냅샷입니다. 후속 AddCustomAttributes 호출에 의해 추가된 특성은 테이블에 포함되지 않습니다.

콜백 메서드를 사용하여 특성을 선언하는 경우 해당 메서드는 그 동안 CreateTable평가되지 않습니다. 대신 테이블에는 이러한 콜백이 포함되며 필요에 따라 계산됩니다.

적용 대상