Share via


OutputGroupSnapshot Constructors

Definition

Overloads

OutputGroupSnapshot(IEntityRuntimeModel, EntityIdentity)
OutputGroupSnapshot(IEntityRuntimeModel, EntityIdentity, OutputGroupPropertiesAvailableStatus)

OutputGroupSnapshot(IEntityRuntimeModel, EntityIdentity)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

OutputGroupSnapshot(IEntityRuntimeModel, EntityIdentity, OutputGroupPropertiesAvailableStatus)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to