Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Gets the content element to be displayed in the task tab.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Overridable Property Content As FrameworkElement
Get
Set
'Usage
Dim instance As TaskTabItemDescriptor
Dim value As FrameworkElement
value = instance.Content
instance.Content = value
public virtual FrameworkElement Content { get; set; }
public:
virtual property FrameworkElement^ Content {
FrameworkElement^ get ();
void set (FrameworkElement^ value);
}
abstract Content : FrameworkElement with get, set
override Content : FrameworkElement with get, set
function get Content () : FrameworkElement
function set Content (value : FrameworkElement)
Property Value
Type: System.Windows.FrameworkElement
The content element to be displayed in the task tab.