Compartir a través de


ICategorySnapshot Interface

Definition

Describes a Category for Launch Profiles and Property Pages. Holds useful information in regards to a Category like its Name, Display Name, Order.

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

Properties

DisplayName

Gets the display name of the category.

Id

Gets the identity of the object.

(Inherited from IEntityWithId)
Name

Gets the name of the category.

Order

Gets the order of the category.

PropertiesAvailableStatus

Gets available properties status of a Category.

Methods

AsQueryable()

Creates a queryable returning this entity object.

(Inherited from IEntityWithId<TEntity>)

Applies to