RootNode Class

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Common.BaseHierarchyNode
    Microsoft.TeamFoundation.Common.RootNode

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

Syntax

'宣言
<CLSCompliantAttribute(False)> _
Public MustInherit Class RootNode _
    Inherits BaseHierarchyNode
[CLSCompliantAttribute(false)]
public abstract class RootNode : BaseHierarchyNode
[CLSCompliantAttribute(false)]
public ref class RootNode abstract : public BaseHierarchyNode
[<AbstractClass>]
[<CLSCompliantAttribute(false)>]
type RootNode =  
    class
        inherit BaseHierarchyNode
    end
public abstract class RootNode extends BaseHierarchyNode

The RootNode type exposes the following members.

Constructors

  Name Description
Protected method RootNode

Top

Properties

  Name Description
Protected property BasicHelper (Inherited from BaseHierarchyNode.)
Public property CanonicalName (Inherited from BaseHierarchyNode.)
Public property Caption
Public property ContextMenu (Inherited from BaseHierarchyNode.)
Public property ExpandByDefault (Inherited from BaseHierarchyNode.)
Public property FirstChild (Inherited from BaseHierarchyNode.)
Public property FirstVisibleChild (Inherited from BaseHierarchyNode.)
Public property HierarchyId (Inherited from BaseHierarchyNode.)
Public property Icons
Public property ImageIndex (Inherited from BaseHierarchyNode.)
Public property IsExpanded (Inherited from BaseHierarchyNode.)
Public property IsHidden (Inherited from BaseHierarchyNode.)
Public property IsLoaded (Inherited from BaseHierarchyNode.)
Public property LastChild (Inherited from BaseHierarchyNode.)
Public property Name (Inherited from BaseHierarchyNode.)
Public property NestedHierarchy (Inherited from BaseHierarchyNode.)
Public property NextSibling (Inherited from BaseHierarchyNode.)
Public property NextVisibleSibling (Inherited from BaseHierarchyNode.)
Public property NodePath (Inherited from BaseHierarchyNode.)
Public property NodePriority (Inherited from BaseHierarchyNode.)
Protected property OnUIThread (Inherited from BaseHierarchyNode.)
Public property OpenFolderIndex (Inherited from BaseHierarchyNode.)
Public property OverlayIconIndex (Inherited from BaseHierarchyNode.)
Public property ParentHierarchy (Inherited from BaseHierarchyNode.)
Public property ParentNode (Inherited from BaseHierarchyNode.)
Public property PreviousSibling (Inherited from BaseHierarchyNode.)
Public property ProjectName (Inherited from BaseHierarchyNode.)
Public property PropertiesClassName (Inherited from BaseHierarchyNode.)
Public property PropertiesObject (Inherited from BaseHierarchyNode.)
Public property StateIconIndex (Inherited from BaseHierarchyNode.)
Public property TypeGuid (Inherited from BaseHierarchyNode.)
Public property Uri (Inherited from BaseHierarchyNode.)

Top

Methods

  Name Description
Public method AddChild (Inherited from BaseHierarchyNode.)
Public method BeginRefresh (Overrides BaseHierarchyNode.BeginRefresh(AsyncCallback, Object).)
Public method Close (Overrides BaseHierarchyNode.Close().)
Public method CompareTo (Inherited from BaseHierarchyNode.)
Public method CreateNewChildName(String, String) (Inherited from BaseHierarchyNode.)
Public method CreateNewChildName(String, String, StringComparer) (Inherited from BaseHierarchyNode.)
Public method CreateNewCopyOfName(String) (Inherited from BaseHierarchyNode.)
Public method CreateNewCopyOfName(String, StringComparer) (Inherited from BaseHierarchyNode.)
Public method CreateNewFolderName() (Inherited from BaseHierarchyNode.)
Public method CreateNewFolderName(StringComparer) (Inherited from BaseHierarchyNode.)
Public method Detach (Inherited from BaseHierarchyNode.)
Public method DoDefaultAction (Inherited from BaseHierarchyNode.)
Public method EndRefresh (Inherited from BaseHierarchyNode.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method Expand (Inherited from BaseHierarchyNode.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method FindChild(String) (Inherited from BaseHierarchyNode.)
Public method FindChild(Predicate<BaseHierarchyNode>) (Inherited from BaseHierarchyNode.)
Public method FindChild(String, StringComparer) (Inherited from BaseHierarchyNode.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetNestedHierarchy (Inherited from BaseHierarchyNode.)
Public method GetProperty (Overrides BaseHierarchyNode.GetProperty(Int32).)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetUserContext (Inherited from BaseHierarchyNode.)
Protected method InitAsFolder (Inherited from BaseHierarchyNode.)
Protected method InitAsLeaf (Inherited from BaseHierarchyNode.)
Public method IsItemDirty (Inherited from BaseHierarchyNode.)
Public method LaunchVsBrowserWindow(String) (Inherited from BaseHierarchyNode.)
Public method LaunchVsBrowserWindow(String, String) (Inherited from BaseHierarchyNode.)
Protected method LinkWindow (Inherited from BaseHierarchyNode.)
Protected method LoadNestedHierarchy (Inherited from BaseHierarchyNode.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnClose (Inherited from BaseHierarchyNode.)
Public method OnDockableChange (Inherited from BaseHierarchyNode.)
Public method OnMove (Inherited from BaseHierarchyNode.)
Public method OnSetParentHierarchy (Inherited from BaseHierarchyNode.)
Public method OnShow (Inherited from BaseHierarchyNode.)
Public method OnSize (Inherited from BaseHierarchyNode.)
Public method ParseCanonicalName (Inherited from BaseHierarchyNode.)
Public method PutInEditMode (Inherited from BaseHierarchyNode.)
Public method QueryClose (Inherited from BaseHierarchyNode.)
Public method QueryCloseAndPromptSave (Inherited from BaseHierarchyNode.)
Protected method Refresh (Inherited from BaseHierarchyNode.)
Public method Remove (Inherited from BaseHierarchyNode.)
Public method SaveItem (Inherited from BaseHierarchyNode.)
Public method Select (Inherited from BaseHierarchyNode.)
Public method SetProperty (Inherited from BaseHierarchyNode.)
Public method StopRefresh (Overrides BaseHierarchyNode.StopRefresh().)
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