ColorSpan Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ColorSpan(RgbColor, AnsiControlCode) | |
ColorSpan(String, AnsiControlCode) |
ColorSpan(RgbColor, AnsiControlCode)
protected:
ColorSpan(System::CommandLine::Rendering::RgbColor ^ rgbColor, System::CommandLine::Rendering::AnsiControlCode ^ ansiControlCode);
protected ColorSpan(System.CommandLine.Rendering.RgbColor rgbColor, System.CommandLine.Rendering.AnsiControlCode ansiControlCode);
new System.CommandLine.Rendering.ColorSpan : System.CommandLine.Rendering.RgbColor * System.CommandLine.Rendering.AnsiControlCode -> System.CommandLine.Rendering.ColorSpan
Protected Sub New (rgbColor As RgbColor, ansiControlCode As AnsiControlCode)
Parameters
- rgbColor
- RgbColor
- ansiControlCode
- AnsiControlCode
Applies to
ColorSpan(String, AnsiControlCode)
protected:
ColorSpan(System::String ^ name, System::CommandLine::Rendering::AnsiControlCode ^ ansiControlCode);
protected ColorSpan(string name, System.CommandLine.Rendering.AnsiControlCode ansiControlCode);
new System.CommandLine.Rendering.ColorSpan : string * System.CommandLine.Rendering.AnsiControlCode -> System.CommandLine.Rendering.ColorSpan
Protected Sub New (name As String, ansiControlCode As AnsiControlCode)
Parameters
- name
- String
- ansiControlCode
- AnsiControlCode
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา