次の方法で共有


ScopeDisplayGroupCollection.Item プロパティ (Microsoft.Office.Server.Search.Administration)

コレクションから指定された表示グループを取得します。

名前空間: Microsoft.Office.Server.Search.Administration
アセンブリ: Microsoft.Office.Server.Search (microsoft.office.server.search.dll 内)

構文

'宣言
Public ReadOnly Default Property Item ( _
    id As Integer _
) As ScopeDisplayGroup
'使用
Dim instance As ScopeDisplayGroupCollection
Dim id As Integer
Dim value As ScopeDisplayGroup

value = instance(id)
public ScopeDisplayGroup this [
    int id
] { get; }

パラメータ

  • id

プロパティ値

ScopeDisplayGroup オブジェクト。

関連項目

参照

ScopeDisplayGroupCollection クラス
ScopeDisplayGroupCollection メンバ
Microsoft.Office.Server.Search.Administration 名前空間