AccessQueryGraphicsParameterT Constructor (AccessQuery, IServiceProvider, T, T, T) |
Initializes a new instance with the specified parameters.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AccessQueryGraphicsParameter(
AccessQuery query,
IServiceProvider timeObserver,
T accessExists,
T accessUnknown,
T noAccess
)
Public Sub New (
query As AccessQuery,
timeObserver As IServiceProvider,
accessExists As T,
accessUnknown As T,
noAccess As T
)
public:
AccessQueryGraphicsParameter(
AccessQuery^ query,
IServiceProvider^ timeObserver,
T accessExists,
T accessUnknown,
T noAccess
)
new :
query : AccessQuery *
timeObserver : IServiceProvider *
accessExists : 'T *
accessUnknown : 'T *
noAccess : 'T -> AccessQueryGraphicsParameter
Parameters
- query
- Type: AGI.Foundation.AccessAccessQuery
The access query to evaluate. - timeObserver
- Type: SystemIServiceProvider
The IServiceProvider time observer to use when evaluating this query. - accessExists
- Type: T
The value to return if access exists. - accessUnknown
- Type: T
The value to return if access is unknown. - noAccess
- Type: T
The value to return if there is no access.
See Also