Udostępnij za pośrednictwem


SolutionSnapshot Constructors

Definition

Overloads

SolutionSnapshot(IEntityRuntimeModel, EntityIdentity)
SolutionSnapshot(IEntityRuntimeModel, EntityIdentity, SolutionPropertiesAvailableStatus)

SolutionSnapshot(IEntityRuntimeModel, EntityIdentity)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

SolutionSnapshot(IEntityRuntimeModel, EntityIdentity, SolutionPropertiesAvailableStatus)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to