Partager via


OutputSnapshot Constructors

Definition

Overloads

OutputSnapshot(IEntityRuntimeModel)
OutputSnapshot(IEntityRuntimeModel, OutputPropertiesAvailableStatus)

OutputSnapshot(IEntityRuntimeModel)

public OutputSnapshot (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.OutputSnapshot : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.OutputSnapshot
Public Sub New (entityRuntime As IEntityRuntimeModel)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

OutputSnapshot(IEntityRuntimeModel, OutputPropertiesAvailableStatus)

public OutputSnapshot (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime, Microsoft.VisualStudio.ProjectSystem.Query.Framework.OutputPropertiesAvailableStatus propertyStatus);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.OutputSnapshot : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel * Microsoft.VisualStudio.ProjectSystem.Query.Framework.OutputPropertiesAvailableStatus -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.OutputSnapshot
Public Sub New (entityRuntime As IEntityRuntimeModel, propertyStatus As OutputPropertiesAvailableStatus)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to