SourceControl2.UndoExcludeItem 方法

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

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

语法

声明
Sub UndoExcludeItem ( _
    ProjectFile As String, _
    ItemName As String _
)
void UndoExcludeItem(
    string ProjectFile,
    string ItemName
)
void UndoExcludeItem(
    [InAttribute] String^ ProjectFile, 
    [InAttribute] String^ ItemName
)
abstract UndoExcludeItem : 
        ProjectFile:string * 
        ItemName:string -> unit
function UndoExcludeItem(
    ProjectFile : String, 
    ItemName : String
)

参数

  • ProjectFile
    类型:String

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

  • ItemName
    类型:String

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

.NET Framework 安全性

请参阅

参考

SourceControl2 接口

EnvDTE80 命名空间