次の方法で共有


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

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

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

構文

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

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

パラメータ

  • index
    エリアの一意の識別子である System.Guid オブジェクト。

プロパティ値

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

関連項目

参照

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