Udostępnij za pośrednictwem


UIPropertyEditorSnapshot Constructors

Definition

Overloads

UIPropertyEditorSnapshot(IEntityRuntimeModel, EntityIdentity)
UIPropertyEditorSnapshot(IEntityRuntimeModel, EntityIdentity, UIPropertyEditorPropertiesAvailableStatus)

UIPropertyEditorSnapshot(IEntityRuntimeModel, EntityIdentity)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

UIPropertyEditorSnapshot(IEntityRuntimeModel, EntityIdentity, UIPropertyEditorPropertiesAvailableStatus)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to