다음을 통해 공유


RowToFieldTransformer.IWebPartField.Schema 속성

정의

두 웹 파트 컨트롤 간에 데이터를 공유하는 데 사용되는 데이터 필드에 대한 스키마 정보를 가져옵니다.

property System::ComponentModel::PropertyDescriptor ^ System::Web::UI::WebControls::WebParts::IWebPartField::Schema { System::ComponentModel::PropertyDescriptor ^ get(); };
System.ComponentModel.PropertyDescriptor System.Web.UI.WebControls.WebParts.IWebPartField.Schema { get; }
member this.System.Web.UI.WebControls.WebParts.IWebPartField.Schema : System.ComponentModel.PropertyDescriptor
 ReadOnly Property Schema As PropertyDescriptor Implements IWebPartField.Schema

속성 값

PropertyDescriptor

데이터 스키마를 설명하는 PropertyDescriptor입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, RowToFieldTransformer 인스턴스가 IWebPartField 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상