SourceControl2.CheckOutItem 方法 (String)

将一个指定的项从源代码管理签出。

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

语法

声明
Function CheckOutItem ( _
    ItemName As String _
) As Boolean
bool CheckOutItem(
    string ItemName
)
bool CheckOutItem(
    [InAttribute] String^ ItemName
)
abstract CheckOutItem : 
        ItemName:string -> bool 
function CheckOutItem(
    ItemName : String
) : boolean

参数

  • ItemName
    类型:System.String
    要签出的文件的完整路径名。

返回值

类型:System.Boolean
如果项已成功签出,为 true;否则为 false。

实现

SourceControl.CheckOutItem(String)

备注

签出处于源代码管理下的项目项。 这将通过其所属的项目将其签出,并返回指示签出是否成功的值。

.NET Framework 安全性

请参见

参考

SourceControl2 接口

CheckOutItem 重载

EnvDTE80 命名空间