ActionCollection.Contains Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Determines whether an element is in the collection.
Definition
Visual Basic .NET |
Public Function Contains( _ ByVal value As Action _ ) As Boolean |
C# |
public bool Contains( Action value ); |
Managed C++ |
public: bool Contains( Action *value ); |
JScript .NET |
public function Contains( value : Action ) :
boolean; |
Parameters
Return Value
System.Boolean
.
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center