Compartir a través de


IPropertiesAvailableStatus Interface

Definition

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.

Applies to