SearchPathCollection.Contains(Object) method [SDM]
| Platform SDK: System Definition Model Overview |
SearchPathCollection.Contains(Object)
Note: This documentation is preliminary and is subject to change.
Determines whether a specific item is in the search path collection.
[C#] public Boolean Contains( Object item );FakePre-6628b47f2fe94f51842ae81d7ab39be9-1462fd4fff144fc7ba4f1732c8cb1bde
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: June 2005 | What did you think of this topic? | Order a Platform SDK CD |
| © Microsoft Corporation. All rights reserved. Terms of use. |