FindElement Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| SgmlDtd..::..FindElement Method |
| SgmlDtd Class See Also Send Feedback |
Namespace:Â CuteEditor.Tools
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
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