Compartir a través de


IProjectReferencePropertiesAvailableStatus Interface

Definition

Provides information on what properties contain values in a IProjectReferencePropertiesAvailableStatus.

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

Gets whether data for CanonicalName is available in the current ProjectReference.

Count

Gets the number of properties available.

(Inherited from IPropertiesAvailableStatus)
IsEmpty

Gets whether there is no valid property.

(Inherited from IPropertiesAvailableStatus)
Name

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

ProjectGuid

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

ReferencedProjectId

Gets whether data for ReferencedProjectId is available in the current ProjectReference.

ReferencedProjectPath

Gets whether data for ReferencedProjectPath is available in the current ProjectReference.

ReferenceType

Gets whether data for ReferenceType is available in the current ProjectReference.

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