ILaunchProfilePropertiesAvailableStatus 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 ILaunchProfilePropertiesAvailableStatus.
public interface ILaunchProfilePropertiesAvailableStatus : IEquatable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus>, Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus
type ILaunchProfilePropertiesAvailableStatus = interface
interface IPropertiesAvailableStatus
interface IEquatable<IPropertiesAvailableStatus>
Public Interface ILaunchProfilePropertiesAvailableStatus
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) |
Categories |
Gets whether data for Categories is available in the current LaunchProfile. |
CommandName |
Gets whether data for CommandName is available in the current LaunchProfile. |
Count |
Gets the number of properties available. (Inherited from IPropertiesAvailableStatus) |
DisplayName |
Gets whether data for DisplayName is available in the current LaunchProfile. |
IsEmpty |
Gets whether there is no valid property. (Inherited from IPropertiesAvailableStatus) |
Name |
Gets whether data for Name is available in the current LaunchProfile. |
Order |
Gets whether data for Order is available in the current LaunchProfile. |
Properties |
Gets whether data for Properties is available in the current LaunchProfile. |
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) |