IPropertiesFilter Interface
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.
This interface basically provides a way to construct IPropertiesAvailableStatus metadata.
public interface IPropertiesFilter : IEquatable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus>, Microsoft.VisualStudio.ProjectSystem.Query.Framework.IFreezable, Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus
type IPropertiesFilter = interface
interface IPropertiesAvailableStatus
interface IEquatable<IPropertiesAvailableStatus>
interface IFreezable
Public Interface IPropertiesFilter
Implements IEquatable(Of IPropertiesAvailableStatus), IFreezable, IPropertiesAvailableStatus
- Derived
- Implements
Properties
AvailableProperties |
Gets names of properties containing value in an entity (or in a query result). (Inherited from IPropertiesAvailableStatus) |
Count |
Gets the number of properties available. (Inherited from IPropertiesAvailableStatus) |
IsEmpty |
Gets whether there is no valid property. (Inherited from IPropertiesAvailableStatus) |
IsFrozen |
Gets whether the object is in the immutable state. (Inherited from IFreezable) |
Methods
Freeze() |
Sets the object to the immutable state. (Inherited from IFreezable) |
GetAvailableModelProperties() |
Get metadata of properties containing values. (Inherited from IPropertiesAvailableStatus) |
IntersectWith(IPropertiesAvailableStatus) |
Intersects with another properties selection, and leave only properties allowed. |
IsAvailable(String) |
Gets whether a property contains valid value in an entity. (Inherited from IPropertiesAvailableStatus) |
IsSubsetOf(IPropertiesAvailableStatus) |
Whether all properties are in anther properties set. (Inherited from IPropertiesAvailableStatus) |
MakeMutableCopy() |
Creates a new mutable copy of the filter. |
RequireProperty(IEntityProperty) |
Adds a property to the available properties list. |
RequireProperty(String) |
Adds a property to the available properties list. |
UnionWith(IPropertiesAvailableStatus) |
Unions with another properties selection, and leave only properties allowed. |