RelatedFileType 列舉類型
用於指定相關檔案行為的旗標列舉
這個列舉類型的 FlagsAttribute 屬性允許將其成員值以位元組合的方式來使用。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)
語法
'宣告
<FlagsAttribute> _
Public Enumeration RelatedFileType
[FlagsAttribute]
public enum RelatedFileType
成員
成員名稱 | 描述 | |
---|---|---|
AllowSccOperationsOnChild | 可以分別從父代的相關檔案 (因此檔案不是 SCC「特殊」檔案) 對相依相關檔案進行來源程式碼控制作業。 | |
ChildIsNeverHidden | [方案總管] 永遠不會隱藏相依的相關檔案,即使在通常會隱藏相依檔案之專案類型的專案檢視中也是如此。 | |
CultureInfo | 相關檔案以文化特性為基礎,與 None、Simple 及 Filename 互斥 | |
FileName | 相關檔案以完整檔案名稱為基礎,與 None、Simple 及 CultureInfo 互斥 | |
None | 無相關檔案。與 Simple、Filename 和 CultureInfo 互斥 | |
RemoveOnReplacingParent | 指定取代專案中的父專案後會移除相關的檔案。 | |
Simple | 相關檔案以檔案名稱為基礎,不含與 None、FileName 及 CultureInfo 互斥的延伸 |
備註
任何,簡單,檔名和 CultureInfo 不會互斥。 其他旗標可以是 OR'd 到其中一個。