次の方法で共有


AreaGroupCollection.Item プロパティ (Microsoft.SharePoint.Portal.SiteData)

Integer 型のインデクサによってコレクションのエリア グループを取得します。

名前空間: Microsoft.SharePoint.Portal.SiteData
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AreaGroup
'使用
Dim instance As AreaGroupCollection
Dim index As Integer
Dim value As AreaGroup

value = instance(index)
public AreaGroup this [
    int index
] { get; }

パラメータ

  • index
    エリア グループを取得するインデクサを表す Int32

プロパティ値

このコレクションのエリア グループである AreaGroup オブジェクト。

関連項目

参照

AreaGroupCollection クラス
AreaGroupCollection メンバ
Microsoft.SharePoint.Portal.SiteData 名前空間