Namespace: CuteEditor.Tools
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public ElementDecl FindElement(
	string name
)
Visual Basic
Public Function FindElement ( _
	name As String _
) As ElementDecl
Visual C++
public:
ElementDecl^ FindElement(
	String^ name
)

Parameters

name
Type: System..::..String

See Also