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
- refreshAsyncResult
Type: Microsoft.TeamFoundation.Common.BaseHierarchyNode.RefreshAsyncResult
.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.