Share via


ProjectContextSnapshot Constructors

Definition

Overloads

ProjectContextSnapshot(IEntityRuntimeModel, EntityIdentity)
ProjectContextSnapshot(IEntityRuntimeModel, EntityIdentity, ProjectContextPropertiesAvailableStatus)

ProjectContextSnapshot(IEntityRuntimeModel, EntityIdentity)

public ProjectContextSnapshot (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime, Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity id);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectContextSnapshot : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel * Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectContextSnapshot
Public Sub New (entityRuntime As IEntityRuntimeModel, id As EntityIdentity)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

ProjectContextSnapshot(IEntityRuntimeModel, EntityIdentity, ProjectContextPropertiesAvailableStatus)

public ProjectContextSnapshot (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime, Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity id, Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectContextPropertiesAvailableStatus propertyStatus);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectContextSnapshot : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel * Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity * Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectContextPropertiesAvailableStatus -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectContextSnapshot
Public Sub New (entityRuntime As IEntityRuntimeModel, id As EntityIdentity, propertyStatus As ProjectContextPropertiesAvailableStatus)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to