Compartilhar via


Método PerspectiveActionCollection.IndexOf (PerspectiveAction)

Gets the index of a specified PerspectiveAction.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Function IndexOf ( _
    item As PerspectiveAction _
) As Integer
'Uso
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

Parâmetros

Valor de retorno

Tipo: System.Int32
The zero-based index of the PerspectiveAction if the object is found; otherwise, -1.

Consulte também

Referência

PerspectiveActionCollection Classe

Sobrecarregado IndexOf

Namespace Microsoft.AnalysisServices