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
类型:System.String
引用待包含文件的项目文件的名称。
- ItemNames
类型:array<System.Object[]%
标识待包含项的字符串数组。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。