Share via


EntityValueBase<TPropertiesAvailableStatus> Constructors

Definition

Overloads

EntityValueBase<TPropertiesAvailableStatus>(IEntityRuntimeModel)

Initializes a new instance of the EntityValueBase<TPropertiesAvailableStatus> class.

EntityValueBase<TPropertiesAvailableStatus>(IEntityRuntimeModel, TPropertiesAvailableStatus)

Initializes a new instance of the EntityValueBase<TPropertiesAvailableStatus> class.

EntityValueBase<TPropertiesAvailableStatus>(IEntityRuntimeModel)

Initializes a new instance of the EntityValueBase<TPropertiesAvailableStatus> class.

protected EntityValueBase (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueBase<'PropertiesAvailableStatus (requires 'PropertiesAvailableStatus : null and 'PropertiesAvailableStatus :> Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus and 'PropertiesAvailableStatus : (new : unit -> 'PropertiesAvailableStatus))> : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueBase<'PropertiesAvailableStatus (requires 'PropertiesAvailableStatus : null and 'PropertiesAvailableStatus :> Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus and 'PropertiesAvailableStatus : (new : unit -> 'PropertiesAvailableStatus))>
Protected Sub New (entityRuntime As IEntityRuntimeModel)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

The runtime context of the object.

Applies to

EntityValueBase<TPropertiesAvailableStatus>(IEntityRuntimeModel, TPropertiesAvailableStatus)

Initializes a new instance of the EntityValueBase<TPropertiesAvailableStatus> class.

protected EntityValueBase (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime, TPropertiesAvailableStatus propertiesAvailableStatus);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueBase<'PropertiesAvailableStatus (requires 'PropertiesAvailableStatus : null and 'PropertiesAvailableStatus :> Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus and 'PropertiesAvailableStatus : (new : unit -> 'PropertiesAvailableStatus))> : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel * 'PropertiesAvailableStatus -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueBase<'PropertiesAvailableStatus (requires 'PropertiesAvailableStatus : null and 'PropertiesAvailableStatus :> Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus and 'PropertiesAvailableStatus : (new : unit -> 'PropertiesAvailableStatus))>
Protected Sub New (entityRuntime As IEntityRuntimeModel, propertiesAvailableStatus As TPropertiesAvailableStatus)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

The runtime context of the object.

propertiesAvailableStatus
TPropertiesAvailableStatus

Applies to