Compartir a través de


IPackageReferencePropertiesAvailableStatus Interface

Definition

Provides information on what properties contain values in a IPackageReferencePropertiesAvailableStatus.

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

Type

Gets whether data for Type is available in the current PackageReference.

Version

Gets whether data for Version is available in the current PackageReference.

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