TextSpan Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| 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)
Parámetros
- anchorLine
- Int32
- anchorCol
- Int32
- endLine
- Int32
- endCol
- Int32
- text
- String
- vsTextView
- IVsTextView
Se aplica a
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)
Parámetros
- anchorLine
- Int32
- anchorCol
- Int32
- endLine
- Int32
- endCol
- Int32
- offset
- Int32
- text
- String
- vsTextView
- IVsTextView
Se aplica a
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)
Parámetros
- anchorLine
- Int32
- anchorCol
- Int32
- endLine
- Int32
- endCol
- Int32
- offset
- Int32
- lineWithinTextSpan
- Int32
- text
- String
- vsTextView
- IVsTextView