BasePage.INavigationPage.Content Property
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
.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.