TaskTabItemDescriptor 构造函数
适用于版本2
初始化 TaskTabItemDescriptor 类的新实例。
命名空间: Microsoft.WebMatrix.Extensibility
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
Public Sub New ( _
imageSource As ImageSource, _
headerText As String, _
content As FrameworkElement, _
headerBrush As Brush _
)
用法
Dim imageSource As ImageSource
Dim headerText As String
Dim content As FrameworkElement
Dim headerBrush As Brush
Dim instance As New TaskTabItemDescriptor(imageSource, _
headerText, content, headerBrush)
public TaskTabItemDescriptor(
ImageSource imageSource,
string headerText,
FrameworkElement content,
Brush headerBrush
)
public:
TaskTabItemDescriptor(
ImageSource^ imageSource,
String^ headerText,
FrameworkElement^ content,
Brush^ headerBrush
)
new :
imageSource:ImageSource *
headerText:string *
content:FrameworkElement *
headerBrush:Brush -> TaskTabItemDescriptor
public function TaskTabItemDescriptor(
imageSource : ImageSource,
headerText : String,
content : FrameworkElement,
headerBrush : Brush
)
参数
imageSource
类型:System.Windows.Media.ImageSource要在选项卡顶部显示的图像(可选,没有图像时设为 null)。
headerText
类型:System.String要在选项卡顶部显示的文本。
content
类型:System.Windows.FrameworkElement要在任务选项卡中显示的内容元素。
headerBrush
类型:System.Windows.Media.Brush用于在选项卡顶部绘制条纹的画笔。