Extension.DashboardItems 屬性
適用於版本2
取得儀表板項目的序列。
命名空間: Microsoft.WebMatrix.Extensibility
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Public Property DashboardItems As ReadOnlyCollection(Of DashboardItem)
Get
Private Set
'用途
Dim instance As Extension
Dim value As ReadOnlyCollection(Of DashboardItem)
value = instance.DashboardItems
public ReadOnlyCollection<DashboardItem> DashboardItems { get; private set; }
public:
property ReadOnlyCollection<DashboardItem^>^ DashboardItems {
ReadOnlyCollection<DashboardItem^>^ get ();
private: void set (ReadOnlyCollection<DashboardItem^>^ value);
}
member DashboardItems : ReadOnlyCollection<DashboardItem> with get, private set
function get DashboardItems () : ReadOnlyCollection<DashboardItem>
private function set DashboardItems (value : ReadOnlyCollection<DashboardItem>)
屬性值
型別:System.Collections.ObjectModel.ReadOnlyCollection<DashboardItem>
儀表板項目的序列。