DataServiceQuery<TElement>.ElementType 속성

정의

템플릿에서 인스턴스를 만드는 데 사용되는 개체의 형식을 반환합니다 DataServiceQuery<TElement> .

public:
 virtual property Type ^ ElementType { Type ^ get(); };
public override Type ElementType { get; }
member this.ElementType : Type
Public Overrides ReadOnly Property ElementType As Type

속성 값

Type 쿼리를 만들 때 템플릿에 사용되는 형식을 나타내는 반환입니다.

구현

설명

제네릭 메서드에서 T가 나타내는 형식을 가져옵니다. CreateQuery 또는 CreateQuery.

적용 대상