Share via


ITeamExplorerPageExtensions.RefreshPageAndSections Method

Refresh this page and its sections.

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Sub RefreshPageAndSections ( _
    page As ITeamExplorerPage _
)
public static void RefreshPageAndSections(
    this ITeamExplorerPage page
)
[ExtensionAttribute]
public:
static void RefreshPageAndSections(
    ITeamExplorerPage^ page
)
static member RefreshPageAndSections : 
        page:ITeamExplorerPage -> unit
public static function RefreshPageAndSections(
    page : ITeamExplorerPage
)

Parameters

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ITeamExplorerPage. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

ITeamExplorerPageExtensions Class

Microsoft.TeamFoundation.Controls Namespace