VsTextMarker Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| VsTextMarker(UInt32, COLORINDEX, COLORINDEX, String, String, String) | |
| VsTextMarker(UInt32, COLORINDEX, COLORINDEX, COLORINDEX, LINESTYLE, UInt32, UInt32, Int32, String, String, String) |
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)
Parameter
- visualFlags
- UInt32
- foreground
- COLORINDEX
- background
- COLORINDEX
- nameLocalized
- String
- description
- String
- nameEnglish
- String
Gilt für:
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)
Parameter
- visualFlags
- UInt32
- foreground
- COLORINDEX
- background
- COLORINDEX
- lineColor
- COLORINDEX
- lineStyle
- LINESTYLE
- fontFlags
- UInt32
- behaviorFlag
- UInt32
- priorityIndex
- Int32
- nameLocalized
- String
- description
- String
- nameEnglish
- String