TargetTypeDictionaryTryGetValue(String, Target, ReferenceLinkType) Method

This attempts to retrieve the item with the specified key, returning it along with the reference link type with which it is associated.

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public bool TryGetValue(
	string key,
	out Target value,
	out ReferenceLinkType linkType
)

Parameters

key  String
The item key to look up
value  Target
On return, this will contain the item value if found
linkType  ReferenceLinkType
On return, this will contain the link type of the item if found

Return Value

Boolean
True if the item was found, false if not

See Also