Click or drag to resize

IProjectItemCollectionItem Property

Gets the IProjectItem with the specified project item name.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IProjectItem this[
	string projectItemName
] { get; }

Parameters

projectItemName  String
Name of the project item.

Property Value

IProjectItem
The IProjectItem.

Return Value

IProjectItem
The project item with the specified name. If such an item does not exist, an exception is thrown.
See Also