次の方法で共有


ScopeDisplayGroup.Insert メソッド (Microsoft.Office.Server.Search.Administration)

表示グループの範囲のコレクションの指定されたインデックスに範囲を追加します。

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

構文

'宣言
Public Sub Insert ( _
    index As Integer, _
    scope As Scope _
)
'使用
Dim instance As ScopeDisplayGroup
Dim index As Integer
Dim scope As Scope

instance.Insert(index, scope)
public void Insert (
    int index,
    Scope scope
)

パラメータ

  • index
    範囲を追加するインデックスの位置を指定する 32 ビットの整数。
  • scope
    Scope オブジェクト。

関連項目

参照

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