ShellTextBuffer.CreateStreamMarker Metodo

Definizione

Overload

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);
Public Function CreateStreamMarker (markerType As Integer, position As Integer, length As Integer) As Integer

Parametri

markerType
Int32
position
Int32
length
Int32

Restituisce

Int32

Si applica a

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);

Parametri

markerType
Int32
position
Int32
length
Int32
doubleClickLine
Int32
textSpan
TextSpan

Restituisce

Int32

Si applica a