共用方式為


TextSpan Constructors

Definition

Overloads

TextSpan(Int32, Int32, Int32, Int32, String, IVsTextView)
TextSpan(Int32, Int32, Int32, Int32, Int32, String, IVsTextView)
TextSpan(Int32, Int32, Int32, Int32, Int32, Int32, String, IVsTextView)

TextSpan(Int32, Int32, Int32, Int32, String, IVsTextView)

public:
 TextSpan(int anchorLine, int anchorCol, int endLine, int endCol, System::String ^ text, Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ vsTextView);
public TextSpan (int anchorLine, int anchorCol, int endLine, int endCol, string text, Microsoft.VisualStudio.TextManager.Interop.IVsTextView vsTextView);
new Microsoft.SqlServer.Management.UI.VSIntegration.TextSpan : int * int * int * int * string * Microsoft.VisualStudio.TextManager.Interop.IVsTextView -> Microsoft.SqlServer.Management.UI.VSIntegration.TextSpan
Public Sub New (anchorLine As Integer, anchorCol As Integer, endLine As Integer, endCol As Integer, text As String, vsTextView As IVsTextView)

Parameters

anchorLine
Int32
anchorCol
Int32
endLine
Int32
endCol
Int32
text
String
vsTextView
IVsTextView

Applies to

TextSpan(Int32, Int32, Int32, Int32, Int32, String, IVsTextView)

public:
 TextSpan(int anchorLine, int anchorCol, int endLine, int endCol, int offset, System::String ^ text, Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ vsTextView);
public TextSpan (int anchorLine, int anchorCol, int endLine, int endCol, int offset, string text, Microsoft.VisualStudio.TextManager.Interop.IVsTextView vsTextView);
new Microsoft.SqlServer.Management.UI.VSIntegration.TextSpan : int * int * int * int * int * string * Microsoft.VisualStudio.TextManager.Interop.IVsTextView -> Microsoft.SqlServer.Management.UI.VSIntegration.TextSpan
Public Sub New (anchorLine As Integer, anchorCol As Integer, endLine As Integer, endCol As Integer, offset As Integer, text As String, vsTextView As IVsTextView)

Parameters

anchorLine
Int32
anchorCol
Int32
endLine
Int32
endCol
Int32
offset
Int32
text
String
vsTextView
IVsTextView

Applies to

TextSpan(Int32, Int32, Int32, Int32, Int32, Int32, String, IVsTextView)

public:
 TextSpan(int anchorLine, int anchorCol, int endLine, int endCol, int offset, int lineWithinTextSpan, System::String ^ text, Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ vsTextView);
public TextSpan (int anchorLine, int anchorCol, int endLine, int endCol, int offset, int lineWithinTextSpan, string text, Microsoft.VisualStudio.TextManager.Interop.IVsTextView vsTextView);
new Microsoft.SqlServer.Management.UI.VSIntegration.TextSpan : int * int * int * int * int * int * string * Microsoft.VisualStudio.TextManager.Interop.IVsTextView -> Microsoft.SqlServer.Management.UI.VSIntegration.TextSpan
Public Sub New (anchorLine As Integer, anchorCol As Integer, endLine As Integer, endCol As Integer, offset As Integer, lineWithinTextSpan As Integer, text As String, vsTextView As IVsTextView)

Parameters

anchorLine
Int32
anchorCol
Int32
endLine
Int32
endCol
Int32
offset
Int32
lineWithinTextSpan
Int32
text
String
vsTextView
IVsTextView

Applies to