VersionControlLabelDocument.Close 方法
关闭此标签文档窗口。
命名空间: Microsoft.VisualStudio.TeamFoundation.VersionControl
程序集: Microsoft.VisualStudio.TeamFoundation.VersionControl(在 Microsoft.VisualStudio.TeamFoundation.VersionControl.dll 中)
语法
声明
Public Function Close ( _
saveOptions As VersionControlLabelDocumentSaveOptions _
) As Boolean
public bool Close(
VersionControlLabelDocumentSaveOptions saveOptions
)
参数
- saveOptions
类型:Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlLabelDocumentSaveOptions
如何对其保存更改
返回值
类型:System.Boolean
True,则标签"窗口成功地关闭了
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。