BasicHelper Class
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)> _
Public Class BasicHelper
[CLSCompliantAttribute(false)]
public class BasicHelper
[CLSCompliantAttribute(false)]
public ref class BasicHelper
[<CLSCompliantAttribute(false)>]
type BasicHelper = class end
public class BasicHelper
The BasicHelper type exposes the following members.
Constructors
Top
Properties
Top
Methods
|
BuildSelectionList |
|
|
CallHelpFromDialog |
|
|
CallHelpFromToolWindow |
|
|
ContainsDocuments |
|
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize |
(Overrides Object.Finalize().) |
|
GetCurrentSelection() |
|
|
GetCurrentSelection(Boolean%) |
|
|
GetCurrentSelection(IVsUIHierarchyWindow, Boolean%) |
|
|
GetEmptyUserContext |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetProjectContext() |
|
|
GetProjectContext(IVsUIHierarchy, UInt32) |
|
|
GetService<T>() |
|
|
GetService<T, V>() |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
GetUserContextForEditor |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RegisterDocumentContainer |
|
|
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 |
|
|
SetUserContextForHierarchyNode |
|
|
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 |
Returns a string that represents the current object. (Inherited from Object.) |
|
UnlockDocument |
|
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