ICategorySnapshot Interface
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.
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>) |