Gets a particular dictionary from the collection by using the specified name.

GetItem(String)

public Proofing.Dictionary GetItem(string name);
Public Function GetItem(name As String) As Proofing.Dictionary

Parameters

Parameter Description
name Specifies a dictionary name.

Return Value

The return value is null, if a dictionary with the specified name could not be found. Otherwise, it is an object of the type Dictionary.