Partager via


SolutionConfigurationSnapshot Constructors

Definition

Overloads

SolutionConfigurationSnapshot(IEntityRuntimeModel, EntityIdentity)
SolutionConfigurationSnapshot(IEntityRuntimeModel, EntityIdentity, SolutionConfigurationPropertiesAvailableStatus)

SolutionConfigurationSnapshot(IEntityRuntimeModel, EntityIdentity)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

SolutionConfigurationSnapshot(IEntityRuntimeModel, EntityIdentity, SolutionConfigurationPropertiesAvailableStatus)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to