ProjectVersionCollection.Contains(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the project version contains the specified name.
public:
bool Contains(long lsn);
public bool Contains (long lsn);
override this.Contains : int64 -> bool
Public Function Contains (lsn As Long) As Boolean
Parameters
- lsn
- Int64
The specified name.
Returns
True if the project version contains the specified name; otherwise, false.