Udostępnij za pośrednictwem


UIPropertyValuePropertiesAvailableStatus Class

Definition

public class UIPropertyValuePropertiesAvailableStatus : Microsoft.VisualStudio.ProjectSystem.Query.Framework.PropertiesAvailableStatus<Microsoft.VisualStudio.ProjectSystem.Query.Metadata.UIPropertyValueType>, IEquatable<Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus>, Microsoft.VisualStudio.ProjectSystem.Query.IUIPropertyValuePropertiesAvailableStatus
type UIPropertyValuePropertiesAvailableStatus = class
    inherit PropertiesAvailableStatus<UIPropertyValueType>
    interface IUIPropertyValuePropertiesAvailableStatus
    interface IPropertiesAvailableStatus
    interface IEquatable<IPropertiesAvailableStatus>
Public Class UIPropertyValuePropertiesAvailableStatus
Inherits PropertiesAvailableStatus(Of UIPropertyValueType)
Implements IEquatable(Of IPropertiesAvailableStatus), IUIPropertyValuePropertiesAvailableStatus
Inheritance
Implements

Constructors

UIPropertyValuePropertiesAvailableStatus()

Properties

AvailableProperties (Inherited from PropertiesAvailableStatus)
ConfigurationDimensions
Count (Inherited from PropertiesAvailableStatus)
DefinedEntityType (Inherited from PropertiesAvailableStatus<TEntityType>)
EntityType

The entity type where this status applies to.

(Inherited from PropertiesAvailableStatus<TEntityType>)
EvaluatedValue
IsEmpty (Inherited from PropertiesAvailableStatus)
IsFrozen (Inherited from PropertiesAvailableStatus)
SupportedValues
UnevaluatedValue
ValueDefinedInContext

Methods

EnsureMutable()

Check and throw, if the object is set to readonly.

(Inherited from PropertiesAvailableStatus)
Equals(IPropertiesAvailableStatus) (Inherited from PropertiesAvailableStatus)
Freeze() (Inherited from PropertiesAvailableStatus)
GetAvailableModelProperties() (Inherited from PropertiesAvailableStatus)
IntersectWith(IPropertiesAvailableStatus) (Inherited from PropertiesAvailableStatus)
IsAvailable(String) (Inherited from PropertiesAvailableStatus)
IsSubsetOf(IPropertiesAvailableStatus) (Inherited from PropertiesAvailableStatus)
IsValueAvailable(IEntityProperty)

Check whether value is available for a property.

(Inherited from PropertiesAvailableStatus)
MakeMutableCopy() (Inherited from PropertiesAvailableStatus)
NewInstance()
RequireProperty(IEntityProperty) (Inherited from PropertiesAvailableStatus)
RequireProperty(String) (Inherited from PropertiesAvailableStatus)
ToString() (Inherited from PropertiesAvailableStatus)
UnionWith(IPropertiesAvailableStatus) (Inherited from PropertiesAvailableStatus)

Applies to