Click or drag to resize

ProjectItemCollectionBaseTItemTryGetValue Method

[Missing <summary> documentation for "M:Altaxo.Main.ProjectItemCollectionBase`1.TryGetValue(System.String,`0@)"]


Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool TryGetValue(
	string name,
	out TItem item
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:Altaxo.Main.ProjectItemCollectionBase`1.TryGetValue(System.String,`0@)"]

item  TItem

[Missing <param name="item"/> documentation for "M:Altaxo.Main.ProjectItemCollectionBase`1.TryGetValue(System.String,`0@)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.ProjectItemCollectionBase`1.TryGetValue(System.String,`0@)"]

See Also