ITextRangeProvider.Clone Method

Definition

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.

Applies to