Share via


ILaunchProfileTypePropertiesAvailableStatus Interface

Definition

Provides information on what properties contain values in a ILaunchProfileTypePropertiesAvailableStatus.

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

Gets whether data for CommandName is available in the current LaunchProfileType.

Count

Gets the number of properties available.

(Inherited from IPropertiesAvailableStatus)
DisplayName

Gets whether data for DisplayName is available in the current LaunchProfileType.

HelpUrl

Gets whether data for HelpUrl is available in the current LaunchProfileType.

ImageMoniker

Gets whether data for ImageMoniker is available in the current LaunchProfileType.

IsEmpty

Gets whether there is no valid property.

(Inherited from IPropertiesAvailableStatus)

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