Partager via


UIEditorMetadataSnapshot Constructors

Definition

Overloads

UIEditorMetadataSnapshot(IEntityRuntimeModel)
UIEditorMetadataSnapshot(IEntityRuntimeModel, UIEditorMetadataPropertiesAvailableStatus)

UIEditorMetadataSnapshot(IEntityRuntimeModel)

public UIEditorMetadataSnapshot (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.UIEditorMetadataSnapshot : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.UIEditorMetadataSnapshot
Public Sub New (entityRuntime As IEntityRuntimeModel)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

UIEditorMetadataSnapshot(IEntityRuntimeModel, UIEditorMetadataPropertiesAvailableStatus)

public UIEditorMetadataSnapshot (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime, Microsoft.VisualStudio.ProjectSystem.Query.Framework.UIEditorMetadataPropertiesAvailableStatus propertyStatus);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.UIEditorMetadataSnapshot : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel * Microsoft.VisualStudio.ProjectSystem.Query.Framework.UIEditorMetadataPropertiesAvailableStatus -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.UIEditorMetadataSnapshot
Public Sub New (entityRuntime As IEntityRuntimeModel, propertyStatus As UIEditorMetadataPropertiesAvailableStatus)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to