BasePage.INavigationPage.Content Property

[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
Private Property Content As Object 
    Implements INavigationPage.Content
Object INavigationPage.Content { get; set; }
private:
virtual property Object^ Content {
    Object^ get () sealed = INavigationPage::Content::get;
    void set (Object^ value) sealed = INavigationPage::Content::set;
}
private abstract Content : Object with get, set 
private override Content : Object with get, set
JScript does not support explicit interface implementations.

Property Value

Type: System.Object
Returns Object.

Implements

INavigationPage.Content

.NET Framework Security

See Also

Reference

BasePage Class

Microsoft.TeamFoundation.Controls.WPF Namespace