Condividi tramite


IExternalFileSnapshot Interface

Definition

Describes an External File referenced by a Project. Holds useful information in regards to a External File like its Path.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectModelEntityJsonConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })]
public interface IExternalFileSnapshot : Microsoft.VisualStudio.ProjectSystem.Query.IEntity
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectModelEntityJsonConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })>]
type IExternalFileSnapshot = interface
    interface IEntity
Public Interface IExternalFileSnapshot
Implements IEntity
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Properties

Path

Gets the path of the external file.

PropertiesAvailableStatus

Gets available properties status of a ExternalFile.

Applies to