Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the end tag.
Namespace: Microsoft.Windows.Design.Documents.Trees
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public ReadOnly Property EndTag As TextRange
'Usage
Dim instance As DocumentInformationNode
Dim value As TextRange
value = instance.EndTag
public TextRange EndTag { get; }
public:
property TextRange^ EndTag {
TextRange^ get ();
}
public function get EndTag () : TextRange
Property Value
Type: Microsoft.Windows.Design.SourceUpdate.TextRange
A TextRange that represents the end tag.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DocumentInformationNode Members
Microsoft.Windows.Design.Documents.Trees Namespace