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 | |
---|---|---|
TaskTabItemDescriptor | Initializes a new instance of the TaskTabItemDescriptor class. |
Top
Properties
Name | Description | |
---|---|---|
Content | Gets the content element to be displayed in the task tab. | |
HeaderBrush | Gets or sets the optionally used as a strip of color on top of your brush. | |
HeaderText | Gets or sets the text to be displayed on top of the tab. | |
ImageSource | Gets or sets the image to be displayed on top of the tab (will be optionally used by WebMatrix). |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
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.