BasicAsyncPlugin.InstallNewTree Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
‘선언
Protected Overridable Sub InstallNewTree ( _
hierarchy As BaseUIHierarchy, _
newRoot As BaseHierarchyNode _
)
protected virtual void InstallNewTree(
BaseUIHierarchy hierarchy,
BaseHierarchyNode newRoot
)
protected:
virtual void InstallNewTree(
BaseUIHierarchy^ hierarchy,
BaseHierarchyNode^ newRoot
)
abstract InstallNewTree :
hierarchy:BaseUIHierarchy *
newRoot:BaseHierarchyNode -> unit
override InstallNewTree :
hierarchy:BaseUIHierarchy *
newRoot:BaseHierarchyNode -> unit
protected function InstallNewTree(
hierarchy : BaseUIHierarchy,
newRoot : BaseHierarchyNode
)
Parameters
- hierarchy
Type: Microsoft.TeamFoundation.Common.BaseUIHierarchy
- newRoot
Type: Microsoft.TeamFoundation.Common.BaseHierarchyNode
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.