Partager via


UIPropertySnapshot Constructors

Definition

Overloads

UIPropertySnapshot(IEntityRuntimeModel, EntityIdentity)
UIPropertySnapshot(IEntityRuntimeModel, EntityIdentity, UIPropertyPropertiesAvailableStatus)

UIPropertySnapshot(IEntityRuntimeModel, EntityIdentity)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

UIPropertySnapshot(IEntityRuntimeModel, EntityIdentity, UIPropertyPropertiesAvailableStatus)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to