IProjectPropertiesAvailableStatus 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 IProjectPropertiesAvailableStatus.
public interface IProjectPropertiesAvailableStatus : IEquatable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus>, Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus
type IProjectPropertiesAvailableStatus = interface
interface IPropertiesAvailableStatus
interface IEquatable<IPropertiesAvailableStatus>
Public Interface IProjectPropertiesAvailableStatus
Implements IEquatable(Of IPropertiesAvailableStatus), IPropertiesAvailableStatus
- Derived
- Implements
Properties
ActiveConfigurations |
Gets whether data for ActiveConfigurations is available in the current Project. |
AvailableProperties |
Gets names of properties containing value in an entity (or in a query result). (Inherited from IPropertiesAvailableStatus) |
Capabilities |
Gets whether data for Capabilities is available in the current Project. |
ConfigurationDimensions |
Gets whether data for ConfigurationDimensions is available in the current Project. |
Configurations |
Gets whether data for Configurations is available in the current Project. |
Count |
Gets the number of properties available. (Inherited from IPropertiesAvailableStatus) |
DefaultNamespace |
Gets whether data for DefaultNamespace is available in the current Project. |
ExternalFiles |
Gets whether data for ExternalFiles is available in the current Project. |
Files |
Gets whether data for Files is available in the current Project. |
Folders |
Gets whether data for Folders is available in the current Project. |
Guid |
Gets whether data for Guid is available in the current Project. |
IsEmpty |
Gets whether there is no valid property. (Inherited from IPropertiesAvailableStatus) |
IsProjectFileSearchable |
Gets whether data for IsProjectFileSearchable is available in the current Project. |
Kind |
Gets whether data for Kind is available in the current Project. |
LaunchProfiles |
Gets whether data for LaunchProfiles is available in the current Project. |
LaunchProfileTypes |
Gets whether data for LaunchProfileTypes is available in the current Project. |
Name |
Gets whether data for Name is available in the current Project. |
Path |
Gets whether data for Path is available in the current Project. |
ProjectReferences |
Gets whether data for ProjectReferences is available in the current Project. |
Properties |
Gets whether data for Properties is available in the current Project. |
PropertyPages |
Gets whether data for PropertyPages is available in the current Project. |
Type |
Gets whether data for Type is available in the current Project. |
TypeGuid |
Gets whether data for TypeGuid is available in the current Project. |
VisualPath |
Gets whether data for VisualPath is available in the current Project. |
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) |