SecurityElement.Tag Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the tag name of an XML element.
public:
property System::String ^ Tag { System::String ^ get(); void set(System::String ^ value); };
public string Tag { get; set; }
member this.Tag : string with get, set
Public Property Tag As String
The tag name of an XML element.
The tag is null
.
The tag is not valid in XML.
The following code shows the use of the Tag property to get the tag name of an XML element. This code example is part of a larger example provided for the SecurityElement class.
String^ xmlTreeName = xmlElement->Tag->ToString();
string xmlTreeName = xmlElement.Tag.ToString();
Dim xmlTreeName As String = xmlElement.Tag.ToString()
In XML, the tag appears in the script as appears below:
<tag attributes>text</tag>
If this element has child elements, the children will replace text
.
Assign only valid XML tag strings to this property. Use Escape to remove invalid characters from the string.
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
คำติชม .NET
.NET เป็นโครงการโอเพนซอร์ส เลือกลิงก์เพื่อให้คำติชม: