Méthode PerspectiveActionCollection.Contains (String)
Determines whether a PerspectiveAction with the specified action identifier is in the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Contains ( _
actionId As String _
) As Boolean
'Utilisation
Dim instance As PerspectiveActionCollection
Dim actionId As String
Dim returnValue As Boolean
returnValue = instance.Contains(actionId)
public bool Contains(
string actionId
)
public:
bool Contains(
String^ actionId
)
member Contains :
actionId:string -> bool
public function Contains(
actionId : String
) : boolean
Paramètres
- actionId
Type : System.String
The action identifier of the PerspectiveAction to be looked for.
Valeur de retour
Type : System.Boolean
true if a PerspectiveAction with the specified action identifier is found in the collection; otherwise, false.