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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。