次の方法で共有


TextSpan コンストラクター

定義

オーバーロード

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)

パラメーター

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

適用対象

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)

パラメーター

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

適用対象

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)

パラメーター

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

適用対象