AttributeTableBuilder.CreateTable 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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평가되지 않습니다. 대신 테이블에는 이러한 콜백이 포함되고 필요에 따라 평가됩니다.