Compartir a través de


UIPropertyValueSnapshot Constructors

Definition

Overloads

UIPropertyValueSnapshot(IEntityRuntimeModel, EntityIdentity)
UIPropertyValueSnapshot(IEntityRuntimeModel, EntityIdentity, UIPropertyValuePropertiesAvailableStatus)

UIPropertyValueSnapshot(IEntityRuntimeModel, EntityIdentity)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

UIPropertyValueSnapshot(IEntityRuntimeModel, EntityIdentity, UIPropertyValuePropertiesAvailableStatus)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to