다음을 통해 공유


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>
대시보드 항목의 시퀀스입니다.

참고 항목

참조

Extension 클래스

Microsoft.WebMatrix.Extensibility 네임스페이스