SourceControl2.ExcludeItems 方法 (String, array<Object %)

從指定的專案排除指定的項目。

命名空間:  EnvDTE80
組件:  EnvDTE80 (在 EnvDTE80.dll 中)

語法

'宣告
Sub ExcludeItems ( _
    ProjectFile As String, _
    ByRef ItemNames As Object() _
)
void ExcludeItems(
    string ProjectFile,
    ref Object[] ItemNames
)
void ExcludeItems(
    [InAttribute] String^ ProjectFile, 
    [InAttribute] array<Object^>^% ItemNames
)
abstract ExcludeItems : 
        ProjectFile:string * 
        ItemNames:Object[] byref -> unit 
function ExcludeItems(
    ProjectFile : String, 
    ItemNames : Object[]
)

參數

  • ProjectFile
    型別:System.String
    參考所要排除檔案之專案檔的名稱。
  • ItemNames
    型別:array<System.Object[]%
    識別所要排除項目的字串陣列。

.NET Framework 安全性

請參閱

參考

SourceControl2 介面

ExcludeItems 多載

EnvDTE80 命名空間