Freigeben über


PerspectiveActionCollection.Contains-Methode (PerspectiveAction)

Indicates whether the collection contains the specified PerspectiveAction.

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

Syntax

'Declaration
Public Function Contains ( _
    item As PerspectiveAction _
) As Boolean
'Usage
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

Parameter

Rückgabewert

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

Siehe auch

Verweis

PerspectiveActionCollection Klasse

Contains-Überladung

Microsoft.AnalysisServices-Namespace