ISolutionPropertiesAvailableStatus 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 ISolutionPropertiesAvailableStatus.
public interface ISolutionPropertiesAvailableStatus : IEquatable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus>, Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus
type ISolutionPropertiesAvailableStatus = interface
interface IPropertiesAvailableStatus
interface IEquatable<IPropertiesAvailableStatus>
Public Interface ISolutionPropertiesAvailableStatus
Implements IEquatable(Of IPropertiesAvailableStatus), IPropertiesAvailableStatus
- Implements
Properties
ActiveConfiguration |
Gets whether data for ActiveConfiguration is available in the current Solution. |
ActivePlatform |
Gets whether data for ActivePlatform is available in the current Solution. |
AvailableProperties |
Gets names of properties containing value in an entity (or in a query result). (Inherited from IPropertiesAvailableStatus) |
BaseName |
Gets whether data for BaseName is available in the current Solution. |
Count |
Gets the number of properties available. (Inherited from IPropertiesAvailableStatus) |
Directory |
Gets whether data for Directory is available in the current Solution. |
FileName |
Gets whether data for FileName is available in the current Solution. |
Guid |
Gets whether data for Guid is available in the current Solution. |
IsEmpty |
Gets whether there is no valid property. (Inherited from IPropertiesAvailableStatus) |
Path |
Gets whether data for Path is available in the current Solution. |
Projects |
Gets whether data for Projects is available in the current Solution. |
Properties |
Gets whether data for Properties is available in the current Solution. |
SolutionConfigurations |
Gets whether data for SolutionConfigurations is available in the current Solution. |
SolutionFolders |
Gets whether data for SolutionFolders is available in the current Solution. |
StartupProjects |
Gets whether data for StartupProjects is available in the current Solution. |
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) |