Condividi tramite


IUIEditorMetadataSnapshot Interface

Definition

Describes a UI Editor Metadata. Holds useful information in regards to a UI Property Editor like its Name, and Value.

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

Properties

Name

Gets the name of the UI editor metadata.

PropertiesAvailableStatus

Gets available properties status of a UIEditorMetadata.

Value

Gets the value of the UI editor metadata.

Applies to