public abstract class RoutedQuery<TQuery, TResult, TContext> : IRoutedQuery<TResult>
where TQuery : new(), RoutedQuery<TQuery, TResult, TContext>
Public MustInherit Class RoutedQuery(Of TQuery As {New, RoutedQuery(Of TQuery, TResult, TContext)}, TResult, TContext)
Implements IRoutedQuery(Of TResult)
generic<typename TQuery, typename TResult, typename TContext>
where TQuery : gcnew(), RoutedQuery<TQuery, TResult, TContext>
public ref class RoutedQuery abstract : IRoutedQuery<TResult>
[<AbstractClassAttribute>]
type RoutedQuery<'TQuery, 'TResult, 'TContext when 'TQuery : new() and RoutedQuery<'TQuery, 'TResult, 'TContext>> =
class
interface IRoutedQuery<'TResult>
end
RoutedQueryTQuery, TResult, TContext | Initializes a new instance of the RoutedQueryTQuery, TResult, TContext class. Инициализирует новый экземпляр класса Object. |
Create | Осуществляет создание запроса и инициализацию его контекстом context |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
SetContext | Вызывает установку контекста |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |