'Declaration Public Sub SetText( _
ByRef textThe text to set.As System.String, _
ByVal changeStartThe start position of changed text in editor of interactive object.As System.Int32, _
ByVal changeLengthThe length of changed text in editor of interactive object.As System.Int32, _
ByRef selectionStartThe start position of text selection in editor of interactive object.As System.Int32, _
ByRef selectionLengthThe length of text selection in editor of interactive object.As System.Int32 _
)
public void SetText(
ref System.String text,
System.Int32 changeStart,
System.Int32 changeLength,
ref System.Int32 selectionStart,
ref System.Int32 selectionLength
)
public: void SetText(
ref System.String text,
System.Int32 changeStart,
System.Int32 changeLength,
ref System.Int32 selectionStart,
ref System.Int32 selectionLength
)
public:
void SetText(
System.String% text,
System.Int32 changeStart,
System.Int32 changeLength,
System.Int32% selectionStart,
System.Int32% selectionLength
)
Parameters
- text
- The text to set.
- changeStart
- The start position of changed text in editor of interactive object.
- changeLength
- The length of changed text in editor of interactive object.
- selectionStart
- The start position of text selection in editor of interactive object.
- selectionLength
- The length of text selection in editor of interactive object.