AreaListingCollection.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 AreaListing
'使用
Dim instance As AreaListingCollection
Dim index As UInteger
Dim value As AreaListing
value = instance(index)
public AreaListing this [
uint index
] { get; }
パラメータ
- index
エリア一覧を取得するインデクサを表す UInt32。
プロパティ値
エリア一覧を表す AreaListing オブジェクト。
関連項目
参照
AreaListingCollection クラス
AreaListingCollection メンバ
Microsoft.SharePoint.Portal.SiteData 名前空間