NavigationEventArgs.ToPage Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property ToPage As INavigationPage
public INavigationPage ToPage { get; protected set; }
public:
property INavigationPage^ ToPage {
INavigationPage^ get ();
protected: void set (INavigationPage^ value);
}
member ToPage : INavigationPage with get, set
function get ToPage () : INavigationPage
protected function set ToPage (value : INavigationPage)
Property Value
Type: Microsoft.TeamFoundation.Controls.WPF.INavigationPage
Returns INavigationPage.
.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.