DescriptionRun Oluşturucular

Tanım

Aşırı Yüklemeler

DescriptionRun(String)

Yeni bir DescriptionRun oluşturur.

DescriptionRun(String, Boolean)

Yeni bir DescriptionRun oluşturur.

DescriptionRun(String, Color)

Yeni bir DescriptionRun oluşturur.

DescriptionRun(String, Color, Boolean, Boolean, Boolean)

Yeni bir DescriptionRun oluşturur.

DescriptionRun(String)

Yeni bir DescriptionRun oluşturur.

public:
 DescriptionRun(System::String ^ text);
public:
 DescriptionRun(Platform::String ^ text);
 DescriptionRun(std::wstring const & text);
public DescriptionRun (string text);
new Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun : string -> Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun
Public Sub New (text As String)

Parametreler

text
String

Çalıştırmanın metni.

Şunlara uygulanır

DescriptionRun(String, Boolean)

Yeni bir DescriptionRun oluşturur.

public:
 DescriptionRun(System::String ^ text, bool bold);
public:
 DescriptionRun(Platform::String ^ text, bool bold);
 DescriptionRun(std::wstring const & text, bool bold);
public DescriptionRun (string text, bool bold);
new Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun : string * bool -> Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun
Public Sub New (text As String, bold As Boolean)

Parametreler

text
String

Çalıştırmanın metni.

bold
Boolean

Çalıştırmanın cıvalandırılan olması durumunda.

Şunlara uygulanır

DescriptionRun(String, Color)

Yeni bir DescriptionRun oluşturur.

public:
 DescriptionRun(System::String ^ text, System::Drawing::Color color);
public DescriptionRun (string text, System.Drawing.Color color);
new Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun : string * System.Drawing.Color -> Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun
Public Sub New (text As String, color As Color)

Parametreler

text
String

Çalıştırmanın metni.

color
Color

Öğesinin rengi DescriptionRun .

Şunlara uygulanır

DescriptionRun(String, Color, Boolean, Boolean, Boolean)

Yeni bir DescriptionRun oluşturur.

public:
 DescriptionRun(System::String ^ text, System::Drawing::Color color, bool bold, bool italic, bool underline);
public DescriptionRun (string text, System.Drawing.Color color, bool bold, bool italic, bool underline);
new Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun : string * System.Drawing.Color * bool * bool * bool -> Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun
Public Sub New (text As String, color As Color, bold As Boolean, italic As Boolean, underline As Boolean)

Parametreler

text
String

Çalıştırmanın metni.

color
Color

Çalıştırmanın rengi.

bold
Boolean

Çalıştırmanın cıvalandırılan olması durumunda.

italic
Boolean

Çalıştırmanın italik olması için.

underline
Boolean

Çalıştırmanın altı çizilmelidir.

Şunlara uygulanır