SourceControl2.UndoExcludeItems 方法

将指定的项重新包含到源代码管理中。

命名空间:  EnvDTE80
程序集:  EnvDTE80(在 EnvDTE80.dll 中)

语法

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

参数

  • ProjectFile
    类型:String

    引用待包含文件的项目文件的名称。

  • ItemNames
    类型:array<Object[]%

    标识待包含项的字符串数组。

.NET Framework 安全性

请参阅

参考

SourceControl2 接口

EnvDTE80 命名空间