Click or drag to resize

IProjectItemCollectionContains Method

Determines whether the collection contains a project item with the specified name and with the type that this collection stores.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool Contains(
	string itemName
)

Parameters

itemName  String
Name of the project item.

Return Value

Boolean
True if the collection contains any project item with the specified name.
See Also