Partager via


FileSnapshot Constructors

Definition

Overloads

FileSnapshot(IEntityRuntimeModel, EntityIdentity)
FileSnapshot(IEntityRuntimeModel, EntityIdentity, FilePropertiesAvailableStatus)

FileSnapshot(IEntityRuntimeModel, EntityIdentity)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

FileSnapshot(IEntityRuntimeModel, EntityIdentity, FilePropertiesAvailableStatus)

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

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to