Compartir a través de


IUIPropertyValuePropertiesAvailableStatus Interface

Definition

Provides information on what properties contain values in a IUIPropertyValuePropertiesAvailableStatus.

public interface IUIPropertyValuePropertiesAvailableStatus : IEquatable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus>, Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus
type IUIPropertyValuePropertiesAvailableStatus = interface
    interface IPropertiesAvailableStatus
    interface IEquatable<IPropertiesAvailableStatus>
Public Interface IUIPropertyValuePropertiesAvailableStatus
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)
ConfigurationDimensions

Gets whether data for ConfigurationDimensions is available in the current UIPropertyValue.

Count

Gets the number of properties available.

(Inherited from IPropertiesAvailableStatus)
EvaluatedValue

Gets whether data for EvaluatedValue is available in the current UIPropertyValue.

IsEmpty

Gets whether there is no valid property.

(Inherited from IPropertiesAvailableStatus)
SupportedValues

Gets whether data for SupportedValues is available in the current UIPropertyValue.

UnevaluatedValue

Gets whether data for UnevaluatedValue is available in the current UIPropertyValue.

ValueDefinedInContext

Gets whether data for ValueDefinedInContext is available in the current UIPropertyValue.

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