Share via


LocationKind 列舉

定義

指定來源與中繼資料 (的位置類型) 。

public enum class LocationKind
public enum LocationKind
type LocationKind = 
Public Enum LocationKind
繼承
LocationKind

欄位

ExternalFile 4

某些外部檔案中的位置。

MetadataFile 2

位置代表中繼資料檔案。

None 0

未指定的位置。

SourceFile 1

位置代表來源檔案中的位置。

XmlFile 3

位置代表 XML 檔案中的位置。

適用於