SourceControl.ExcludeItem 方法
从源代码管理项目中排除指定的项。
命名空间: EnvDTE
程序集: EnvDTE(在 EnvDTE.dll 中)
语法
声明
Sub ExcludeItem ( _
ProjectFile As String, _
ItemName As String _
)
void ExcludeItem(
string ProjectFile,
string ItemName
)
void ExcludeItem(
[InAttribute] String^ ProjectFile,
[InAttribute] String^ ItemName
)
abstract ExcludeItem :
ProjectFile:string *
ItemName:string -> unit
function ExcludeItem(
ProjectFile : String,
ItemName : String
)
参数
- ProjectFile
类型:System.String
引用项的项目文件的名称。
- ItemName
类型:System.String
项的名称。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。