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

'宣言
<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

  Name Description
Public method BasicHelper

Top

Properties

  Name Description
Public property IVsTeamExplorer

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 method GetCurrentSelection()
Public method GetCurrentSelection(Boolean%)
Public methodStatic member GetCurrentSelection(IVsUIHierarchyWindow, Boolean%)
Public method GetEmptyUserContext
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetProjectContext()
Public method GetProjectContext(IVsUIHierarchy, UInt32)
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 RegisterDocumentContainer
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 SetUserContextForHierarchyNode
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.)
Public method 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