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
    參考這個項目之專案的名稱。

.NET Framework 安全性

請參閱

參考

SourceControl 介面

EnvDTE 命名空間