Share via


PropertiesAvailableStatus<TEntityType>(TEntityType) Constructor

Definition

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.

Applies to