Item Property (String)

Project Mercury API

[This is preliminary documentation and is subject to change.]

Gets the element with the specified name.

Namespace:  ProjectMercury.Emitters
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public Emitter Item[
	string name
] { get; }
Visual Basic (Declaration)
Public ReadOnly Property Item ( _
	name As String _
) As Emitter
Visual C++
public:
property Emitter^ Item[String^ name] {
	Emitter^ get (String^ name);
}

Parameters

name
Type: System..::.String
The name of the Emitter to fetch.

Return Value

The first Emitter whose name matches the specified name.

See Also