SearchPathCollection.Contains(Object) method [SDM]
| SDM Reference |
SearchPathCollection.Contains(Object)
Determines whether a specific item is in the search path collection.
public Boolean Contains(
Object item );
Public Function Contains( _
ByVal item As Object _
) As Boolean
Parameters
- item
Object to search for in the search path collection.
Return Values
true if the search path contains item; otherwise, false.
Requirements
| Namespace | Defined in Microsoft.SystemDefinitionModel.Tools. |
| Assembly | Requires SdmCompile (in SdmCompile.dll). |
| .NET Framework | Requires .NET Framework 2.0. |
See Also
Microsoft.SystemDefinitionModel.Tools
| Last updated: November 2005 | What did you think of this topic? | Order a Platform SDK CD |
| © Microsoft Corporation. All rights reserved. Terms of use. |