Constructor CodeSnippetRange
CodeSnippetRange(Point, Point)
Initializes a new instance of the CodeSnippetRange class with specified parameters.
public CodeSnippetRange(Point start, Point end)
Parameters
CodeSnippetRange(Point, Point, string, string, bool)
Initializes a new instance of the SnippetRange class with specified parameter.
public CodeSnippetRange(Point start, Point end, string id, string tooltip, bool isEditable)
Parameters
startPointSpecifies start position of the code snippet.
endPointSpecifies end position of the code snippet.
idstringSpecifies id of the code snippet.
tooltipstringSpecifies short description of the code snippet.
isEditableboolSpecifies whether code snippet can be edited.
CodeSnippetRange(Point, Point, string, string, bool, bool)
Initializes a new instance of the SnippetRange class with specified parameter.
public CodeSnippetRange(Point start, Point end, string id, string tooltip, bool isEditable, bool supportsCode)
Parameters
startPointSpecifies start position of the code snippet.
endPointSpecifies end position of the code snippet.
idstringSpecifies id of the code snippet.
tooltipstringSpecifies short description of the code snippet.
isEditableboolSpecifies whether code snippet can be edited.
supportsCodeboolSpecifies whether code snippet supports code.
CodeSnippetRange(Point, Point, string, string, bool, bool, bool)
Initializes a new instance of the SnippetRange class with specified parameter.
public CodeSnippetRange(Point start, Point end, string id, string tooltip, bool isEditable, bool supportsCode, bool visible)
Parameters
startPointSpecifies start position of the code snippet.
endPointSpecifies end position of the code snippet.
idstringSpecifies id of the code snippet.
tooltipstringSpecifies short description of the code snippet.
isEditableboolSpecifies whether code snippet can be edited.
supportsCodeboolSpecifies whether code snippet supports code.
visibleboolSpecifies whether code snippet should be highlighted.