Compartir a través de


ConfigurationDimensionDefinitionSnapshot Constructors

Definition

Overloads

ConfigurationDimensionDefinitionSnapshot(IEntityRuntimeModel, EntityIdentity)
ConfigurationDimensionDefinitionSnapshot(IEntityRuntimeModel, EntityIdentity, ConfigurationDimensionDefinitionPropertiesAvailableStatus)

ConfigurationDimensionDefinitionSnapshot(IEntityRuntimeModel, EntityIdentity)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

ConfigurationDimensionDefinitionSnapshot(IEntityRuntimeModel, EntityIdentity, ConfigurationDimensionDefinitionPropertiesAvailableStatus)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to