PropertiesAvailableStatus<TEntityType>(TEntityType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PropertiesAvailableStatus<TEntityType> class.
public PropertiesAvailableStatus (TEntityType entityType);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.PropertiesAvailableStatus<'EntityType (requires 'EntityType : null and 'EntityType :> Microsoft.VisualStudio.ProjectSystem.Query.IEntityType)> : 'EntityType -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.PropertiesAvailableStatus<'EntityType (requires 'EntityType : null and 'EntityType :> Microsoft.VisualStudio.ProjectSystem.Query.IEntityType)>
Public Sub New (entityType As TEntityType)
Parameters
- entityType
- TEntityType
The entity type this filter bound to.