Comment.GetRichFormattings

Comment.GetRichFormattings method

Returns all Characters objects that represents a range of characters within the comment text.

public FontSetting[] GetRichFormattings()

Return Value

All Characters objects

Examples


[C#]
FontSetting[] list = comment1.GetRichFormattings();

See Also