Partager via


PropertiesAvailableStatus(IEntityType) Constructor

Definition

Initializes a new instance of the PropertiesAvailableStatus class.

public PropertiesAvailableStatus (Microsoft.VisualStudio.ProjectSystem.Query.IEntityType entityType);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.PropertiesAvailableStatus : Microsoft.VisualStudio.ProjectSystem.Query.IEntityType -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.PropertiesAvailableStatus
Public Sub New (entityType As IEntityType)

Parameters

entityType
IEntityType

The entity type this filter bound to.

Applies to