ContentView<T> Class
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.
generic <typename T>
public ref class ContentView : System::CommandLine::Rendering::Views::ContentView
public class ContentView<T> : System.CommandLine.Rendering.Views.ContentView
type ContentView<'T> = class
inherit ContentView
Public Class ContentView(Of T)
Inherits ContentView
Type Parameters
- T
- Inheritance
Constructors
ContentView<T>(T) |
Properties
Span | (Inherited from ContentView) |
Value |
Methods
Measure(ConsoleRenderer, Size) | |
Observe<T>(IObservable<T>, Func<T,FormattableString>) | (Inherited from ContentView) |
OnUpdated() | (Inherited from View) |
Render(ConsoleRenderer, Region) |
Events
Updated | (Inherited from View) |