Condividi tramite


IProjectContextPropertiesAvailableStatus Interface

Definition

Provides information on what properties contain values in a IProjectContextPropertiesAvailableStatus.

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

Gets whether data for ConfigurationName is available in the current ProjectContext.

Count

Gets the number of properties available.

(Inherited from IPropertiesAvailableStatus)
IsEmpty

Gets whether there is no valid property.

(Inherited from IPropertiesAvailableStatus)
PlatformName

Gets whether data for PlatformName is available in the current ProjectContext.

ProjectGuid

Gets whether data for ProjectGuid is available in the current ProjectContext.

ProjectId

Gets whether data for ProjectId is available in the current ProjectContext.

ProjectPath

Gets whether data for ProjectPath is available in the current ProjectContext.

ShouldBuild

Gets whether data for ShouldBuild is available in the current ProjectContext.

ShouldDeploy

Gets whether data for ShouldDeploy is available in the current ProjectContext.

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