TaskTabItemDescriptor Class

Applies to v2.

Represents a descriptor used to create the task tab in the editor space

Inheritance Hierarchy

System.Object
  Microsoft.WebMatrix.Extensibility.TaskTabItemDescriptor

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Class TaskTabItemDescriptor _
    Implements INotifyPropertyChanged
'Usage
Dim instance As TaskTabItemDescriptor
public class TaskTabItemDescriptor : INotifyPropertyChanged
public ref class TaskTabItemDescriptor : INotifyPropertyChanged
type TaskTabItemDescriptor =  
    class 
        interface INotifyPropertyChanged 
    end
public class TaskTabItemDescriptor implements INotifyPropertyChanged

The TaskTabItemDescriptor type exposes the following members.

Constructors

  Name Description
Public method TaskTabItemDescriptor Initializes a new instance of the TaskTabItemDescriptor class.

Top

Properties

  Name Description
Public property Content Gets the content element to be displayed in the task tab.
Public property HeaderBrush Gets or sets the optionally used as a strip of color on top of your brush.
Public property HeaderText Gets or sets the text to be displayed on top of the tab.
Public property ImageSource Gets or sets the image to be displayed on top of the tab (will be optionally used by WebMatrix).

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event PropertyChanged Occurs from INotifyPropertyInterface.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace