VsTextMarker Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
VsTextMarker(UInt32, COLORINDEX, COLORINDEX, String, String, String)
public:
VsTextMarker(System::UInt32 visualFlags, Microsoft::VisualStudio::TextManager::Interop::COLORINDEX foreground, Microsoft::VisualStudio::TextManager::Interop::COLORINDEX background, System::String ^ nameLocalized, System::String ^ description, System::String ^ nameEnglish);
public VsTextMarker(uint visualFlags, Microsoft.VisualStudio.TextManager.Interop.COLORINDEX foreground, Microsoft.VisualStudio.TextManager.Interop.COLORINDEX background, string nameLocalized, string description, string nameEnglish);
new Microsoft.SqlServer.Management.UI.VSIntegration.VsTextMarker : uint32 * Microsoft.VisualStudio.TextManager.Interop.COLORINDEX * Microsoft.VisualStudio.TextManager.Interop.COLORINDEX * string * string * string -> Microsoft.SqlServer.Management.UI.VSIntegration.VsTextMarker
Public Sub New (visualFlags As UInteger, foreground As COLORINDEX, background As COLORINDEX, nameLocalized As String, description As String, nameEnglish As String)
Parâmetros
- visualFlags
- UInt32
- foreground
- COLORINDEX
- background
- COLORINDEX
- nameLocalized
- String
- description
- String
- nameEnglish
- String
Aplica-se a
VsTextMarker(UInt32, COLORINDEX, COLORINDEX, COLORINDEX, LINESTYLE, UInt32, UInt32, Int32, String, String, String)
public:
VsTextMarker(System::UInt32 visualFlags, Microsoft::VisualStudio::TextManager::Interop::COLORINDEX foreground, Microsoft::VisualStudio::TextManager::Interop::COLORINDEX background, Microsoft::VisualStudio::TextManager::Interop::COLORINDEX lineColor, Microsoft::VisualStudio::TextManager::Interop::LINESTYLE lineStyle, System::UInt32 fontFlags, System::UInt32 behaviorFlag, int priorityIndex, System::String ^ nameLocalized, System::String ^ description, System::String ^ nameEnglish);
public VsTextMarker(uint visualFlags, Microsoft.VisualStudio.TextManager.Interop.COLORINDEX foreground, Microsoft.VisualStudio.TextManager.Interop.COLORINDEX background, Microsoft.VisualStudio.TextManager.Interop.COLORINDEX lineColor, Microsoft.VisualStudio.TextManager.Interop.LINESTYLE lineStyle, uint fontFlags, uint behaviorFlag, int priorityIndex, string nameLocalized, string description, string nameEnglish);
new Microsoft.SqlServer.Management.UI.VSIntegration.VsTextMarker : uint32 * Microsoft.VisualStudio.TextManager.Interop.COLORINDEX * Microsoft.VisualStudio.TextManager.Interop.COLORINDEX * Microsoft.VisualStudio.TextManager.Interop.COLORINDEX * Microsoft.VisualStudio.TextManager.Interop.LINESTYLE * uint32 * uint32 * int * string * string * string -> Microsoft.SqlServer.Management.UI.VSIntegration.VsTextMarker
Public Sub New (visualFlags As UInteger, foreground As COLORINDEX, background As COLORINDEX, lineColor As COLORINDEX, lineStyle As LINESTYLE, fontFlags As UInteger, behaviorFlag As UInteger, priorityIndex As Integer, nameLocalized As String, description As String, nameEnglish As String)
Parâmetros
- visualFlags
- UInt32
- foreground
- COLORINDEX
- background
- COLORINDEX
- lineColor
- COLORINDEX
- lineStyle
- LINESTYLE
- fontFlags
- UInt32
- behaviorFlag
- UInt32
- priorityIndex
- Int32
- nameLocalized
- String
- description
- String
- nameEnglish
- String