IAssemblyReferencePropertiesAvailableStatus Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information on what properties contain values in a IAssemblyReferencePropertiesAvailableStatus.
public interface IAssemblyReferencePropertiesAvailableStatus : IEquatable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus>, Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus
type IAssemblyReferencePropertiesAvailableStatus = interface
interface IPropertiesAvailableStatus
interface IEquatable<IPropertiesAvailableStatus>
Public Interface IAssemblyReferencePropertiesAvailableStatus
Implements IEquatable(Of IPropertiesAvailableStatus), IPropertiesAvailableStatus
- Derived
- Implements
Properties
Alias |
Gets whether data for Alias is available in the current AssemblyReference. |
AvailableProperties |
Gets names of properties containing value in an entity (or in a query result). (Inherited from IPropertiesAvailableStatus) |
CopyLocal |
Gets whether data for CopyLocal is available in the current AssemblyReference. |
Count |
Gets the number of properties available. (Inherited from IPropertiesAvailableStatus) |
Culture |
Gets whether data for Culture is available in the current AssemblyReference. |
Description |
Gets whether data for Description is available in the current AssemblyReference. |
FullName |
Gets whether data for FullName is available in the current AssemblyReference. |
IsEmpty |
Gets whether there is no valid property. (Inherited from IPropertiesAvailableStatus) |
MajorVersion |
Gets whether data for MajorVersion is available in the current AssemblyReference. |
MinorVersion |
Gets whether data for MinorVersion is available in the current AssemblyReference. |
Name |
Gets whether data for Name is available in the current AssemblyReference. |
Path |
Gets whether data for Path is available in the current AssemblyReference. |
Resolved |
Gets whether data for Resolved is available in the current AssemblyReference. |
SpecificVersion |
Gets whether data for SpecificVersion is available in the current AssemblyReference. |
Type |
Gets whether data for Type is available in the current AssemblyReference. |
Version |
Gets whether data for Version is available in the current AssemblyReference. |
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) |