NavigationNode.RemovePage Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Sub RemovePage ( _
    id As Guid _
)
public void RemovePage(
    Guid id
)
public:
virtual void RemovePage(
    Guid id
) sealed
abstract RemovePage : 
        id:Guid -> unit  
override RemovePage : 
        id:Guid -> unit
public final function RemovePage(
    id : Guid
)

Parameters

Implements

INavigationNode.RemovePage(Guid)

.NET Framework Security

See Also

Reference

NavigationNode Class

Microsoft.TeamFoundation.Controls.WPF Namespace