BasicAsyncPlugin.CreateNewTree Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Декларация
Protected MustOverride Function CreateNewTree ( _
hierarchy As BaseUIHierarchy _
) As BaseHierarchyNode
protected abstract BaseHierarchyNode CreateNewTree(
BaseUIHierarchy hierarchy
)
protected:
virtual BaseHierarchyNode^ CreateNewTree(
BaseUIHierarchy^ hierarchy
) abstract
abstract CreateNewTree :
hierarchy:BaseUIHierarchy -> BaseHierarchyNode
protected abstract function CreateNewTree(
hierarchy : BaseUIHierarchy
) : BaseHierarchyNode
Parameters
- hierarchy
Type: Microsoft.TeamFoundation.Common.BaseUIHierarchy
Return Value
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.