'宣言
Public Shared Sub GetNearText( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByRef As System.String, _
ByRef As System.Integer _
)
'使用法
Dim text As System.String
Dim position As System.Integer
Dim length As System.Integer
Dim nearText As System.String
Dim positionInNearText As System.Integer
Utils.GetNearText(text, position, length, nearText, positionInNearText)
public static void GetNearText(
System.string ,
System.int ,
System.int ,
out System.string ,
out System.int
)