Partager via


LaunchProfileSnapshot Constructors

Definition

Overloads

LaunchProfileSnapshot(IEntityRuntimeModel, EntityIdentity)
LaunchProfileSnapshot(IEntityRuntimeModel, EntityIdentity, LaunchProfilePropertiesAvailableStatus)

LaunchProfileSnapshot(IEntityRuntimeModel, EntityIdentity)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

LaunchProfileSnapshot(IEntityRuntimeModel, EntityIdentity, LaunchProfilePropertiesAvailableStatus)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to