ShellTextBuffer.CreateStreamMarker Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
| CreateStreamMarker(Int32, Int32, Int32) | |
| CreateStreamMarker(Int32, Int32, Int32, Int32, TextSpan) |
CreateStreamMarker(Int32, Int32, Int32)
public:
int CreateStreamMarker(int markerType, int position, int length);
public int CreateStreamMarker (int markerType, int position, int length);
member this.CreateStreamMarker : int * int * int -> int
Public Function CreateStreamMarker (markerType As Integer, position As Integer, length As Integer) As Integer
Параметры
- markerType
- Int32
- position
- Int32
- length
- Int32
Возвращаемое значение
Применяется к
CreateStreamMarker(Int32, Int32, Int32, Int32, TextSpan)
public:
int CreateStreamMarker(int markerType, int position, int length, int doubleClickLine, Microsoft::SqlServer::Management::UI::VSIntegration::TextSpan ^ textSpan);
public int CreateStreamMarker (int markerType, int position, int length, int doubleClickLine, Microsoft.SqlServer.Management.UI.VSIntegration.TextSpan textSpan);
member this.CreateStreamMarker : int * int * int * int * Microsoft.SqlServer.Management.UI.VSIntegration.TextSpan -> int
Public Function CreateStreamMarker (markerType As Integer, position As Integer, length As Integer, doubleClickLine As Integer, textSpan As TextSpan) As Integer
Параметры
- markerType
- Int32
- position
- Int32
- length
- Int32
- doubleClickLine
- Int32
- textSpan
- TextSpan