BasicHelper 类

注意:此 API 现在已过时。

此 API 不兼容 CLS。 

继承层次结构

System.Object
  Microsoft.TeamFoundation.Common.BasicHelper

命名空间:  Microsoft.TeamFoundation.Common
程序集:  Microsoft.VisualStudio.TeamFoundation.Client(在 Microsoft.VisualStudio.TeamFoundation.Client.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
<ObsoleteAttribute("The BasicHelper class is deprecated and be removed in the subsequent release.")> _
Public Class BasicHelper
[CLSCompliantAttribute(false)]
[ObsoleteAttribute("The BasicHelper class is deprecated and be removed in the subsequent release.")]
public class BasicHelper

BasicHelper 类型公开以下成员。

构造函数

  名称 说明
公共方法 BasicHelper

页首

方法

  名称 说明
公共方法静态成员 BuildSelectionList
公共方法 CallHelpFromDialog
公共方法 CallHelpFromToolWindow
公共方法 ContainsDocuments
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize (重写 Object.Finalize()。)
公共方法静态成员 GetCurrentSelection
公共方法 GetEmptyUserContext
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetService<T>()
公共方法 GetService<T, V>()
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 GetUserContextForEditor
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 SelectDirectoryUsingDialog
公共方法 SelectFileUsingDialog(IntPtr, String)
公共方法 SelectFileUsingDialog(IntPtr, String, String, String)
公共方法 SelectFileUsingDialog(IntPtr, String, String, String, String)
公共方法 SelectMultipleFilesUsingDialog(IntPtr, String)
公共方法 SelectMultipleFilesUsingDialog(IntPtr, String, String)
公共方法 SelectMultipleFilesUsingDialog(IntPtr, String, String, String, Boolean)
公共方法 SelectMultipleFilesUsingDialog(IntPtr, String, String, String, Boolean, String)
公共方法 SetUserContextForEditor
公共方法 SetWaitCursor
公共方法 ShowApplyToAllMessageBox
公共方法 ShowMessageBox(String)
公共方法 ShowMessageBox(String, String)
公共方法 ShowMessageBox(String, String, MsgButton)
公共方法 ShowMessageBox(String, String, MsgButton, MsgIcon)
公共方法 ShowMessageBox(String, String, MsgButton, MsgIcon, MsgDefButton)
公共方法 ShowMessageBox(String, String, String, MsgButton, MsgIcon, MsgDefButton)
公共方法静态成员 Succeeded
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.TeamFoundation.Common 命名空间