Query.QueryType Property (Microsoft.DirectX.Direct3D)
Retrieves the query type for the current query.
Definition
Visual Basic Public ReadOnly Property QueryType As QueryType C# public QueryType QueryType { get; } C++ public:
property QueryType QueryType {
QueryType get();
}JScript public function get QueryType() : QueryType
Property Value
Microsoft.DirectX.Direct3D.QueryType
Member of the QueryType enumeration to retrieve.This property is read-only.