Share via


ProjectConfigurationSnapshot Class

Definition

Implementation for IProjectConfigurationSnapshot

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectModelEntityJsonConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })]
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1, 1 })]
public class ProjectConfigurationSnapshot : Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueWithId<Microsoft.VisualStudio.ProjectSystem.Query.IProjectConfigurationSnapshot,Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectConfigurationPropertiesAvailableStatus>, Microsoft.VisualStudio.ProjectSystem.Query.IEntityWithId<Microsoft.VisualStudio.ProjectSystem.Query.IProjectConfigurationSnapshot>, Microsoft.VisualStudio.ProjectSystem.Query.IProjectConfigurationSnapshot
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectModelEntityJsonConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })>]
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1, 1 })>]
type ProjectConfigurationSnapshot = class
    inherit EntityValueWithId<IProjectConfigurationSnapshot, ProjectConfigurationPropertiesAvailableStatus>
    interface IProjectConfigurationSnapshot
    interface IEntityWithId<IProjectConfigurationSnapshot>
    interface IEntityWithId
    interface IEntity
Public Class ProjectConfigurationSnapshot
Inherits EntityValueWithId(Of IProjectConfigurationSnapshot, ProjectConfigurationPropertiesAvailableStatus)
Implements IEntityWithId(Of IProjectConfigurationSnapshot), IProjectConfigurationSnapshot
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute NullableAttribute
Implements

Constructors

ProjectConfigurationSnapshot(IEntityRuntimeModel, EntityIdentity, ProjectConfigurationPropertiesAvailableStatus)
ProjectConfigurationSnapshot(IEntityRuntimeModel, EntityIdentity)

Properties

AssemblyReferences
BuildProperties
Capabilities
ConfigurationDimensions
ConfigurationName
EntityRuntime (Inherited from EntityValueBase)
Id (Inherited from EntityValueWithId)
IsBuildable
IsDeployable
IsFrozen

Gets whether the object is immutable. Once the entity values are initialized, it will be frozen and become immutable.

(Inherited from EntityValueBase)
IsRunnable
Name
OutputGroups
PackageReferences
PlatformName
Properties
PropertiesAvailableStatus
RuleResults
SelfQuery

Gets a base query to query information under this entity.

(Inherited from EntityValueWithId<TEntity,TPropertiesAvailableStatus>)
Site

Gets the site of the entity. (It is a part of infrastructure to attach additional collections to it.

(Inherited from EntityValueBase)

Methods

AsQueryable() (Inherited from EntityValueWithId<TEntity,TPropertiesAvailableStatus>)
ConvertChildrenCollection<TChildType>(IEnumerable<IEntityValue>)

Converts a generic children collection to a specific collection.

(Inherited from EntityValueBase)
EnsureMutable()

Check and throw, if the object is set to readonly.

(Inherited from EntityValueBase)
EnsurePropertyMarkedAsAvailable(IEntityProperty)

Ensures the property is marked as available.

(Inherited from EntityValueBase)
Freeze()

Freeze the entity value object, so it cannot be changed.

(Inherited from EntityValueBase)
GetEntityType()
GetPropertiesAvailableStatus(Boolean) (Inherited from EntityValueWithId<TEntity,TPropertiesAvailableStatus>)
ReadProperty(String, JsonReader) (Inherited from EntityValueWithId)
SetRelatedEntities(String, IEnumerable<IEntityValue>)
ToString() (Inherited from EntityValueWithId)
TryGetRelatedEntities(String, IEnumerable<IEntity>)

Explicit Interface Implementations

IEntity.PropertiesAvailableStatus (Inherited from EntityValueBase)
IEntityValue.LimitAvailableProperties(IPropertiesAvailableStatus) (Inherited from EntityValueBase)
IEntityValue.SetRelatedEntities(String, IReadOnlyCollection<IEntityValue>) (Inherited from EntityValueBase)
IEntityValue.SetSite(IEntitySite) (Inherited from EntityValueBase)
IEntityValue.TryGetRelatedEntities(String, IEnumerable<IEntityValue>) (Inherited from EntityValueBase)
IEntityValueFromProvider.ProviderState (Inherited from EntityValueBase)
IFreezable.IsFrozen (Inherited from EntityValueBase)

Extension Methods

BuildPropertiesByName(IProjectConfigurationSnapshot, String, String[])
Obsolete.

Gets build properties with a set of known names.

OutputGroupsByName(IProjectConfigurationSnapshot, String[])

Gets OutputGroups with a set of known names.

PropertiesByName(IProjectConfigurationSnapshot, PropertySourceType, String[])

Gets project properties with a set of known names.

PropertiesByName(IProjectConfigurationSnapshot, String[])

Gets project properties with a set of known names.

RuleResultsByRuleName(IProjectConfigurationSnapshot, String[])

Gets the rule results with a set of known rule names.

Applies to