ExtensionInitData.DashboardItems-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft die Liste der Dashboardelemente für die Erweiterung ab oder legt diese fest.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property DashboardItems As IList(Of DashboardItem)
Get
Friend Set
'Usage
Dim instance As ExtensionInitData
Dim value As IList(Of DashboardItem)
value = instance.DashboardItems
public IList<DashboardItem> DashboardItems { get; internal set; }
public:
property IList<DashboardItem^>^ DashboardItems {
IList<DashboardItem^>^ get ();
internal: void set (IList<DashboardItem^>^ value);
}
member DashboardItems : IList<DashboardItem> with get, internal set
function get DashboardItems () : IList<DashboardItem>
internal function set DashboardItems (value : IList<DashboardItem>)
Eigenschaftswert
Typ: System.Collections.Generic.IList<DashboardItem>
Die Liste der Dashboardelemente für die Erweiterung.