ColorableItem(String, COLORINDEX, COLORINDEX, Boolean, Boolean) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ColorableItem クラスの新しいインスタンスを初期化します。
public:
ColorableItem(System::String ^ displayName, Microsoft::VisualStudio::TextManager::Interop::COLORINDEX foreground, Microsoft::VisualStudio::TextManager::Interop::COLORINDEX background, bool bold, bool strikethrough);
public ColorableItem(string displayName, Microsoft.VisualStudio.TextManager.Interop.COLORINDEX foreground, Microsoft.VisualStudio.TextManager.Interop.COLORINDEX background, bool bold, bool strikethrough);
new RadLangSvc.ColorableItem : string * Microsoft.VisualStudio.TextManager.Interop.COLORINDEX * Microsoft.VisualStudio.TextManager.Interop.COLORINDEX * bool * bool -> RadLangSvc.ColorableItem
Public Sub New (displayName As String, foreground As COLORINDEX, background As COLORINDEX, bold As Boolean, strikethrough As Boolean)
パラメーター
- displayName
- String
表示名を指定する文字列値です。
- foreground
- COLORINDEX
前景色を指定する COLORINDEX オブジェクトです。
- background
- COLORINDEX
背景色を指定する COLORINDEX オブジェクトです。
- bold
- Boolean
太字テキストを使用するかどうかを示す Boolean 値です。
- strikethrough
- Boolean
取り消し線付きのテキストを使用するかどうかを示す Boolean 値です。