SmartTag.XML Property
Returns a String that represents the related XML for a smart tag.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property XML As String
Get
'Usage
Dim instance As SmartTag
Dim value As String
value = instance.XML
string XML { get; }
Property Value
Type: System.String