ColorableItem(String, COLORINDEX, COLORINDEX, Boolean, Boolean) 생성자

정의

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

굵은 글꼴의 텍스트를 사용하는지 여부를 지정하는 부울 값입니다.

strikethrough
Boolean

취소선이 표시된 텍스트를 사용하는지 여부를 지정하는 부울 값입니다.

적용 대상