BBCodeNodeItem(String) Property
Gets an array of children
BBCodeNode with the specified TagName
Namespace: DevCase.Core.DataProcessing.Html.BBCodeAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public BBCodeNode[] this[
string tagName
] { get; }
Public ReadOnly Default Property Item (
tagName As String
) As BBCodeNode()
Get
Dim instance As BBCodeNode
Dim tagName As String
Dim value As BBCodeNode()
value = instance(tagName)
public:
property array<BBCodeNode^>^ default[String^ tagName] {
array<BBCodeNode^>^ get (String^ tagName);
}
No code example is currently available or this language may not be supported.
- tagName String
-
The TagName of BBCodeNode to return.
BBCodeNode
An array of matching
BBCodeNode items.