LocationKind Enum

Definition

Specifies the kind of location (source vs. metadata).

public enum class LocationKind
public enum LocationKind
type LocationKind = 
Public Enum LocationKind
Inheritance
LocationKind

Fields

ExternalFile 4

The location in some external file.

MetadataFile 2

The location represents a metadata file.

None 0

Unspecified location.

SourceFile 1

The location represents a position in a source file.

XmlFile 3

The location represents a position in an XML file.

Applies to