ToolWindowBase.Content Property
Overridden to get/set the WPF content
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Overrides Property Content As Object
public override Object Content { get; set; }
public:
virtual property Object^ Content {
Object^ get () override;
void set (Object^ value) override;
}
abstract Content : Object with get, set
override Content : Object with get, set
override function get Content () : Object
override function set Content (value : Object)
Property Value
Type: System.Object
.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.