BaseHierarchyNode.Refresh Method

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

Syntax

'宣言
Protected Overridable Sub Refresh ( _
    refreshAsyncResult As BaseHierarchyNode..::..RefreshAsyncResult _
)
protected virtual void Refresh(
    BaseHierarchyNode..::..RefreshAsyncResult refreshAsyncResult
)
protected:
virtual void Refresh(
    BaseHierarchyNode..::..RefreshAsyncResult^ refreshAsyncResult
)
abstract Refresh : 
        refreshAsyncResult:BaseHierarchyNode..::..RefreshAsyncResult -> unit 
override Refresh : 
        refreshAsyncResult:BaseHierarchyNode..::..RefreshAsyncResult -> unit 
protected function Refresh(
    refreshAsyncResult : BaseHierarchyNode..::..RefreshAsyncResult
)

Parameters

.NET Framework Security

See Also

Reference

BaseHierarchyNode Class

Microsoft.TeamFoundation.Common Namespace