次の方法で共有


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

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

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

構文

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

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

パラメータ

  • index
    Name 型のインデクサを表す String

プロパティ値

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

関連項目

参照

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