ITeamExplorerUndockedPageManager.DockPage 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
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Function DockPage ( _
page As ITeamExplorerPage _
) As ITeamExplorerPage
ITeamExplorerPage DockPage(
ITeamExplorerPage page
)
ITeamExplorerPage^ DockPage(
ITeamExplorerPage^ page
)
abstract DockPage :
page:ITeamExplorerPage -> ITeamExplorerPage
function DockPage(
page : ITeamExplorerPage
) : ITeamExplorerPage
Parameters
Return Value
Type: Microsoft.TeamFoundation.Controls.ITeamExplorerPage
.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.