Compartir a través de


IProjectConfigurationPropertiesAvailableStatus Interface

Definition

Provides information on what properties contain values in a IProjectConfigurationPropertiesAvailableStatus.

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

Properties

AssemblyReferences

Gets whether data for AssemblyReferences is available in the current ProjectConfiguration.

AvailableProperties

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

(Inherited from IPropertiesAvailableStatus)
BuildProperties

Gets whether data for BuildProperties is available in the current ProjectConfiguration.

Capabilities

Gets whether data for Capabilities is available in the current ProjectConfiguration.

ConfigurationDimensions

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

ConfigurationName

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

Count

Gets the number of properties available.

(Inherited from IPropertiesAvailableStatus)
IsBuildable

Gets whether data for IsBuildable is available in the current ProjectConfiguration.

IsDeployable

Gets whether data for IsDeployable is available in the current ProjectConfiguration.

IsEmpty

Gets whether there is no valid property.

(Inherited from IPropertiesAvailableStatus)
IsRunnable

Gets whether data for IsRunnable is available in the current ProjectConfiguration.

Name

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

OutputGroups

Gets whether data for OutputGroups is available in the current ProjectConfiguration.

PackageReferences

Gets whether data for PackageReferences is available in the current ProjectConfiguration.

PlatformName

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

Properties

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

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