'Declaration Public Overloads Function Insert( _ ByVal text As System.String, _ ByVal author As System.String, _ ByVal location As RangeLocation _ ) As Comment
public Comment Insert( System.string text, System.string author, RangeLocation location )
Parameters
- text
- The new comment text.
- author
- The new comment author.
- location
- The target RangeLocation for the insertion.
Return Value
The inserted Comment.