ContentView 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
ContentView() | |
ContentView(TextSpan) | |
ContentView(String) |
ContentView()
protected:
ContentView();
protected ContentView();
Protected Sub New ()
Applies to
ContentView(TextSpan)
public:
ContentView(System::CommandLine::Rendering::TextSpan ^ span);
public ContentView(System.CommandLine.Rendering.TextSpan span);
new System.CommandLine.Rendering.Views.ContentView : System.CommandLine.Rendering.TextSpan -> System.CommandLine.Rendering.Views.ContentView
Public Sub New (span As TextSpan)
Parameters
- span
- TextSpan
Applies to
ContentView(String)
public:
ContentView(System::String ^ content);
public ContentView(string content);
new System.CommandLine.Rendering.Views.ContentView : string -> System.CommandLine.Rendering.Views.ContentView
Public Sub New (content As String)
Parameters
- content
- String