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
Top
Methods
.gif) .gif) |
BuildSelectionList |
|
.gif) |
CallHelpFromDialog |
|
.gif) |
CallHelpFromToolWindow |
|
.gif) |
ContainsDocuments |
|
.gif) |
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
.gif) |
Finalize |
(Overrides Object.Finalize().) |
.gif) .gif) |
GetCurrentSelection |
|
.gif) |
GetEmptyUserContext |
|
.gif) |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
.gif) |
GetService<T>() |
|
.gif) |
GetService<T, V>() |
|
.gif) |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
.gif) |
GetUserContextForEditor |
|
.gif) |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) |
SelectDirectoryUsingDialog |
|
.gif) |
SelectFileUsingDialog(IntPtr, String) |
|
.gif) |
SelectFileUsingDialog(IntPtr, String, String, String) |
|
.gif) |
SelectFileUsingDialog(IntPtr, String, String, String, String) |
|
.gif) |
SelectMultipleFilesUsingDialog(IntPtr, String) |
|
.gif) |
SelectMultipleFilesUsingDialog(IntPtr, String, String) |
|
.gif) |
SelectMultipleFilesUsingDialog(IntPtr, String, String, String, Boolean) |
|
.gif) |
SelectMultipleFilesUsingDialog(IntPtr, String, String, String, Boolean, String) |
|
.gif) |
SetUserContextForEditor |
|
.gif) |
SetWaitCursor |
|
.gif) |
ShowApplyToAllMessageBox |
|
.gif) |
ShowMessageBox(String) |
|
.gif) |
ShowMessageBox(String, String) |
|
.gif) |
ShowMessageBox(String, String, MsgButton) |
|
.gif) |
ShowMessageBox(String, String, MsgButton, MsgIcon) |
|
.gif) |
ShowMessageBox(String, String, MsgButton, MsgIcon, MsgDefButton) |
|
.gif) |
ShowMessageBox(String, String, String, MsgButton, MsgIcon, MsgDefButton) |
|
.gif) .gif) |
Succeeded |
|
.gif) |
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