IPropertiesAvailableStatus 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.
Provides information on what properties contain values in a query result.
public interface IPropertiesAvailableStatus : IEquatable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus>
type IPropertiesAvailableStatus = interface
interface IEquatable<IPropertiesAvailableStatus>
Public Interface IPropertiesAvailableStatus
Implements IEquatable(Of IPropertiesAvailableStatus)
- Derived
- Implements
Properties
AvailableProperties |
Gets names of properties containing value in an entity (or in a query result). |
Count |
Gets the number of properties available. |
IsEmpty |
Gets whether there is no valid property. |
Methods
GetAvailableModelProperties() |
Get metadata of properties containing values. |
IsAvailable(String) |
Gets whether a property contains valid value in an entity. |
IsSubsetOf(IPropertiesAvailableStatus) |
Whether all properties are in anther properties set. |