다음을 통해 공유


IPropertyPagePropertiesAvailableStatus Interface

Definition

Provides information on what properties contain values in a IPropertyPagePropertiesAvailableStatus.

public interface IPropertyPagePropertiesAvailableStatus : IEquatable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus>, Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus
type IPropertyPagePropertiesAvailableStatus = interface
    interface IPropertiesAvailableStatus
    interface IEquatable<IPropertiesAvailableStatus>
Public Interface IPropertyPagePropertiesAvailableStatus
Implements IEquatable(Of IPropertiesAvailableStatus), IPropertiesAvailableStatus
Implements

Properties

AvailableProperties

Gets names of properties containing value in an entity (or in a query result).

(Inherited from IPropertiesAvailableStatus)
Categories

Gets whether data for Categories is available in the current PropertyPage.

Count

Gets the number of properties available.

(Inherited from IPropertiesAvailableStatus)
DisplayName

Gets whether data for DisplayName is available in the current PropertyPage.

IsEmpty

Gets whether there is no valid property.

(Inherited from IPropertiesAvailableStatus)
Kind

Gets whether data for Kind is available in the current PropertyPage.

Name

Gets whether data for Name is available in the current PropertyPage.

Order

Gets whether data for Order is available in the current PropertyPage.

Properties

Gets whether data for Properties is available in the current PropertyPage.

Methods

GetAvailableModelProperties()

Get metadata of properties containing values.

(Inherited from IPropertiesAvailableStatus)
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)

Applies to