Método PerspectiveActionCollection.Contains (PerspectiveAction)

Indicates whether the collection contains the specified PerspectiveAction.

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

Sintaxe

'Declaração
Public Function Contains ( _
    item As PerspectiveAction _
) As Boolean
'Uso
Dim instance As PerspectiveActionCollection 
Dim item As PerspectiveAction 
Dim returnValue As Boolean 

returnValue = instance.Contains(item)
public bool Contains(
    PerspectiveAction item
)
public:
bool Contains(
    PerspectiveAction^ item
)
member Contains : 
        item:PerspectiveAction -> bool
public function Contains(
    item : PerspectiveAction
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
true if the PerspectiveAction exists in the collection; otherwise, false.

Consulte também

Referência

PerspectiveActionCollection Classe

Sobrecarregado Contains

Namespace Microsoft.AnalysisServices