Partilhar via


ExtensionInitData.DashboardItems Property

Applies to v2.

Gets or sets the list of dashboard items for the extension.

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>)

Property Value

Type: System.Collections.Generic.IList<DashboardItem>
The list of dashboard items for the extension.

See Also

Reference

ExtensionInitData Class

Microsoft.WebMatrix.Extensibility Namespace