Creates a named anchor that can be accessed by other SnippetElements.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public sealed class SnippetAnchorElement : SnippetElement
Public NotInheritable Class SnippetAnchorElement _ Inherits SnippetElement
public ref class SnippetAnchorElement sealed : public SnippetElement
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
SnippetAnchorElement(String) |
Creates a SnippetAnchorElement with the supplied name.
| |
Equals(Object) | (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
Insert(InsertionContext) |
Performs insertion of the snippet.
(Overrides SnippetElement.Insert(InsertionContext).) | |
Name |
Gets or sets the name of the anchor.
| |
ToString()()()() | (Inherited from Object.) | |
ToTextRun()()()() |
Converts the snippet to text, with replaceable fields in italic.
(Inherited from SnippetElement.) |
Inheritance Hierarchy
Object | ||
SnippetElement | ||
SnippetAnchorElement |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238