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用來在索引標籤頂端繪製寬帶的筆刷。