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[]%
    标识待排除项的字符串的数组。

实现

SourceControl.ExcludeItems(String, array<Object[]%)

.NET Framework 安全性

请参见

参考

SourceControl2 接口

ExcludeItems 重载

EnvDTE80 命名空间