BasicHelper Class

Note: This API is now obsolete.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Common.BasicHelper

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
<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
[CLSCompliantAttribute(false)]
[ObsoleteAttribute(L"The BasicHelper class is deprecated and be removed in the subsequent release.")]
public ref class BasicHelper
[<CLSCompliantAttribute(false)>]
[<ObsoleteAttribute("The BasicHelper class is deprecated and be removed in the subsequent release.")>]
type BasicHelper =  class end
public class BasicHelper

The BasicHelper type exposes the following members.

Constructors

  Name Description
Public method BasicHelper

Top

Methods

  Name Description
Public methodStatic member BuildSelectionList
Public method CallHelpFromDialog
Public method CallHelpFromToolWindow
Public method ContainsDocuments
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize (Overrides Object.Finalize().)
Public methodStatic member GetCurrentSelection
Public method GetEmptyUserContext
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetService<T>()
Public method GetService<T, V>()
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetUserContextForEditor
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SelectDirectoryUsingDialog
Public method SelectFileUsingDialog(IntPtr, String)
Public method SelectFileUsingDialog(IntPtr, String, String, String)
Public method SelectFileUsingDialog(IntPtr, String, String, String, String)
Public method SelectMultipleFilesUsingDialog(IntPtr, String)
Public method SelectMultipleFilesUsingDialog(IntPtr, String, String)
Public method SelectMultipleFilesUsingDialog(IntPtr, String, String, String, Boolean)
Public method SelectMultipleFilesUsingDialog(IntPtr, String, String, String, Boolean, String)
Public method SetUserContextForEditor
Public method SetWaitCursor
Public method ShowApplyToAllMessageBox
Public method ShowMessageBox(String)
Public method ShowMessageBox(String, String)
Public method ShowMessageBox(String, String, MsgButton)
Public method ShowMessageBox(String, String, MsgButton, MsgIcon)
Public method ShowMessageBox(String, String, MsgButton, MsgIcon, MsgDefButton)
Public method ShowMessageBox(String, String, String, MsgButton, MsgIcon, MsgDefButton)
Public methodStatic member Succeeded
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Common Namespace