Partager via


SupportedValueSnapshot Constructors

Definition

Overloads

SupportedValueSnapshot(IEntityRuntimeModel)
SupportedValueSnapshot(IEntityRuntimeModel, SupportedValuePropertiesAvailableStatus)

SupportedValueSnapshot(IEntityRuntimeModel)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

SupportedValueSnapshot(IEntityRuntimeModel, SupportedValuePropertiesAvailableStatus)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to