Share via


ISupportedValueSnapshot Interface

Definition

Describes a Supported Value. Holds useful information in regards to a Supported Value like its Value, and Display Name.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectModelEntityJsonConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })]
public interface ISupportedValueSnapshot : Microsoft.VisualStudio.ProjectSystem.Query.IEntity
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectModelEntityJsonConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })>]
type ISupportedValueSnapshot = interface
    interface IEntity
Public Interface ISupportedValueSnapshot
Implements IEntity
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Properties

DisplayName

Gets the display name of the supported value

PropertiesAvailableStatus

Gets available properties status of a SupportedValue.

Value

Gets the value of the supported value.

Applies to