ContextItem.ItemType 속성

정의

파생 클래스에서 구현된 경우 편집 컨텍스트 클래스에서 파생된 항목의 형식을 가져옵니다.

public:
 abstract property Type ^ ItemType { Type ^ get(); };
public abstract Type ItemType { get; }
member this.ItemType : Type
Public MustOverride ReadOnly Property ItemType As Type

속성 값

항목 Type입니다.

설명

기본 ContextItem 클래스에 대해서는 구현되지 않습니다.

적용 대상