ExternalFileSnapshot Constructors

Definition

Overloads

ExternalFileSnapshot(IEntityRuntimeModel)
ExternalFileSnapshot(IEntityRuntimeModel, ExternalFilePropertiesAvailableStatus)

ExternalFileSnapshot(IEntityRuntimeModel)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

ExternalFileSnapshot(IEntityRuntimeModel, ExternalFilePropertiesAvailableStatus)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to