Udostępnij za pośrednictwem


PropertyPageSnapshot Constructors

Definition

Overloads

PropertyPageSnapshot(IEntityRuntimeModel, EntityIdentity)
PropertyPageSnapshot(IEntityRuntimeModel, EntityIdentity, PropertyPagePropertiesAvailableStatus)

PropertyPageSnapshot(IEntityRuntimeModel, EntityIdentity)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

PropertyPageSnapshot(IEntityRuntimeModel, EntityIdentity, PropertyPagePropertiesAvailableStatus)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to