ITextRangeProvider.Clone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new ITextRangeProvider that is identical to the original ITextRangeProvider and that inherits all the properties of the original.
public:
ITextRangeProvider ^ Clone();
ITextRangeProvider Clone();
public ITextRangeProvider Clone();
function clone()
Public Function Clone () As ITextRangeProvider
Returns
The new text range. This method never returns null.