SourceControl.ExcludeItem 方法
從原始檔控制專案排除指定的項目。
命名空間: EnvDTE
組件: EnvDTE (在 EnvDTE.dll 中)
語法
'宣告
Sub ExcludeItem ( _
ProjectFile As String, _
ItemName As String _
)
void ExcludeItem(
string ProjectFile,
string ItemName
)
void ExcludeItem(
[InAttribute] String^ ProjectFile,
[InAttribute] String^ ItemName
)
abstract ExcludeItem :
ProjectFile:string *
ItemName:string -> unit
function ExcludeItem(
ProjectFile : String,
ItemName : String
)
參數
- ProjectFile
型別:System.String
參考這個項目之專案的名稱。
- ItemName
型別:System.String
項目的名稱。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。