IUIPropertyPropertiesAvailableStatus 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 IUIPropertyPropertiesAvailableStatus.
public interface IUIPropertyPropertiesAvailableStatus : IEquatable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus>, Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus
type IUIPropertyPropertiesAvailableStatus = interface
interface IPropertiesAvailableStatus
interface IEquatable<IPropertiesAvailableStatus>
Public Interface IUIPropertyPropertiesAvailableStatus
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) |
CategoryName |
Gets whether data for CategoryName is available in the current UIProperty. |
ConfigurationIndependent |
Gets whether data for ConfigurationIndependent is available in the current UIProperty. |
ConfiguredValueVisibilityCondition |
Gets whether data for ConfiguredValueVisibilityCondition is available in the current UIProperty. |
Count |
Gets the number of properties available. (Inherited from IPropertiesAvailableStatus) |
DependsOn |
Gets whether data for DependsOn is available in the current UIProperty. |
Description |
Gets whether data for Description is available in the current UIProperty. |
DimensionVisibilityCondition |
Gets whether data for DimensionVisibilityCondition is available in the current UIProperty. |
DisplayName |
Gets whether data for DisplayName is available in the current UIProperty. |
Editors |
Gets whether data for Editors is available in the current UIProperty. |
HelpUrl |
Gets whether data for HelpUrl is available in the current UIProperty. |
IsEmpty |
Gets whether there is no valid property. (Inherited from IPropertiesAvailableStatus) |
IsReadOnly |
Gets whether data for IsReadOnly is available in the current UIProperty. |
IsReadOnlyCondition |
Gets whether data for IsReadOnlyCondition is available in the current UIProperty. |
IsVisible |
Gets whether data for IsVisible is available in the current UIProperty. |
Name |
Gets whether data for Name is available in the current UIProperty. |
Order |
Gets whether data for Order is available in the current UIProperty. |
SearchTerms |
Gets whether data for SearchTerms is available in the current UIProperty. |
Type |
Gets whether data for Type is available in the current UIProperty. |
Values |
Gets whether data for Values is available in the current UIProperty. |
VisibilityCondition |
Gets whether data for VisibilityCondition is available in the current UIProperty. |
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) |