Share via


ProjectConfigurationSnapshot Constructors

Definition

Overloads

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

ProjectConfigurationSnapshot(IEntityRuntimeModel, EntityIdentity)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

ProjectConfigurationSnapshot(IEntityRuntimeModel, EntityIdentity, ProjectConfigurationPropertiesAvailableStatus)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to