IndexOf メソッド (PerspectiveAction)
指定した PerspectiveAction のインデックスを取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function IndexOf ( _
item As PerspectiveAction _
) As Integer
'使用
Dim instance As PerspectiveActionCollection
Dim item As PerspectiveAction
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
PerspectiveAction item
)
public:
int IndexOf(
PerspectiveAction^ item
)
member IndexOf :
item:PerspectiveAction -> int
public function IndexOf(
item : PerspectiveAction
) : int
パラメーター
- item
型: Microsoft.AnalysisServices. . :: . .PerspectiveAction
取得する PerspectiveAction です。
戻り値
型: System. . :: . .Int32
オブジェクトが見つかった場合は PerspectiveAction の 0 から始まるインデックス、見つからない場合は -1 です。