SolutionFolderSnapshot Constructors

Definition

Overloads

SolutionFolderSnapshot(IEntityRuntimeModel, EntityIdentity)
SolutionFolderSnapshot(IEntityRuntimeModel, EntityIdentity, SolutionFolderPropertiesAvailableStatus)

SolutionFolderSnapshot(IEntityRuntimeModel, EntityIdentity)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

SolutionFolderSnapshot(IEntityRuntimeModel, EntityIdentity, SolutionFolderPropertiesAvailableStatus)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to