DdaCollection.Contains Method
Determines whether [contains] [the specified prefix].
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As DdaCollection
Dim prefix As String
Dim returnValue As Boolean
returnValue = instance.Contains(prefix)
Syntax
'Declaration
Public Function Contains ( _
prefix As String _
) As Boolean
public bool Contains (
string prefix
)
public:
bool Contains (
String^ prefix
)
public boolean Contains (
String prefix
)
public function Contains (
prefix : String
) : boolean
Parameters
- prefix
The prefix.
Return Value
true
if [contains] [the specified prefix]; otherwise, false
.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
DdaCollection Class
DdaCollection Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.