UIPropertyValueType Class
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.
Metadata Type for UIPropertyValue.
public class UIPropertyValueType : Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityType<Microsoft.VisualStudio.ProjectSystem.Query.IUIPropertyValueSnapshot,Microsoft.VisualStudio.ProjectSystem.Query.Framework.UIPropertyValueSnapshot>
type UIPropertyValueType = class
inherit EntityType<IUIPropertyValueSnapshot, UIPropertyValueSnapshot>
Public Class UIPropertyValueType
Inherits EntityType(Of IUIPropertyValueSnapshot, UIPropertyValueSnapshot)
- Inheritance
Fields
ConfigurationDimensionsPropertyName |
The name of the ConfigurationDimensions property. |
EvaluatedValuePropertyName |
The name of the EvaluatedValue property. |
SupportedValuesPropertyName |
The name of the SupportedValues property. |
TypeName |
The Model Type Name. |
UnevaluatedValuePropertyName |
The name of the UnevaluatedValue property. |
ValueDefinedInContextPropertyName |
The name of the ValueDefinedInContext property. |
Properties
BaseType | (Inherited from EntityType) |
ConfigurationDimensionsProperty |
Gets Metadata for ConfigurationDimensions property. |
DefinitionType | (Inherited from EntityType<TDefinitionType,TImplementationType>) |
EmptyPropertiesFilter | (Inherited from EntityType) |
EvaluatedValueProperty |
Gets Metadata for EvaluatedValue property. |
HasId | (Inherited from EntityType) |
IdProperty |
Gets Metadata for Id property. |
ImplementationType | (Inherited from EntityType<TDefinitionType,TImplementationType>) |
Model | (Inherited from EntityType) |
Name | (Inherited from EntityType) |
Properties | (Inherited from EntityType) |
QueryDefaultProperties | |
SupportedValuesProperty |
Gets Metadata for SupportedValues property. |
UnevaluatedValueProperty |
Gets Metadata for UnevaluatedValue property. |
ValueDefinedInContextProperty |
Gets Metadata for ValueDefinedInContext property. |
Methods
CreateEntityValue(IEntityRuntimeModel, EntityIdentity, IPropertiesAvailableStatus) | |
CreateEntityValue(IEntityRuntimeModel) | |
CreatePropertiesFilter() |
Create a new properties filter. |
GetExecutable(AsyncQueryable, ImmutableQueue<ExecutableStep>, Boolean) | (Inherited from EntityType<TDefinitionType,TImplementationType>) |
GetProperty(String) | (Inherited from EntityType) |
GetRelationshipProperty(String) | (Inherited from EntityType) |
InitializeProperties(IReadOnlyCollection<IEntityProperty>) |
Initialize the properties collection. (Inherited from EntityType) |
TryGetProperty(String, IEntityProperty) | (Inherited from EntityType) |