次の方法で共有


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

Integer 型のインデクサによってエリアを取得します。

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

構文

'宣言
Public ReadOnly Default Property Item ( _
    index As UInteger _
) As Area
'使用
Dim instance As AreaCollection
Dim index As UInteger
Dim value As Area

value = instance(index)
public Area this [
    uint index
] { get; }

パラメータ

  • index
    指定したエリアを取得するインデクサを表す UInt32

プロパティ値

エリアを表す Area オブジェクト。

関連項目

参照

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