Compartir a través de


BuildPropertySnapshot Constructors

Definition

Overloads

BuildPropertySnapshot(IEntityRuntimeModel, EntityIdentity)
BuildPropertySnapshot(IEntityRuntimeModel, EntityIdentity, BuildPropertyPropertiesAvailableStatus)

BuildPropertySnapshot(IEntityRuntimeModel, EntityIdentity)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

BuildPropertySnapshot(IEntityRuntimeModel, EntityIdentity, BuildPropertyPropertiesAvailableStatus)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to