ExtensionInitData.DashboardItems プロパティ
v2 に適用されます。
拡張機能のダッシュボード項目のリストを取得または設定します。
名前空間: Microsoft.WebMatrix.Extensibility
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Public Property DashboardItems As IList(Of DashboardItem)
Get
Friend Set
'使用
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>)
プロパティ値
型: System.Collections.Generic.IList<DashboardItem>
拡張機能のダッシュボード項目のリスト。