StepperHandler Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public ref class StepperHandler : Microsoft::Maui::Handlers::ViewHandler<Microsoft::Maui::IStepper ^, System::Object ^>, Microsoft::Maui::Handlers::IStepperHandler
public class StepperHandler : Microsoft.Maui.Handlers.ViewHandler<Microsoft.Maui.IStepper,object>, Microsoft.Maui.Handlers.IStepperHandler
type StepperHandler = class
inherit ViewHandler<IStepper, obj>
interface IStepperHandler
interface IViewHandler
interface IElementHandler
Public Class StepperHandler
Inherits ViewHandler(Of IStepper, Object)
Implements IStepperHandler
- Ereditarietà
- Implementazioni
Costruttori
| Nome | Descrizione |
|---|---|
| StepperHandler() | |
| StepperHandler(IPropertyMapper, CommandMapper) | |
| StepperHandler(IPropertyMapper) | |
Campi
| Nome | Descrizione |
|---|---|
| CommandMapper | |
| Mapper | |
Proprietà
| Nome | Descrizione |
|---|---|
| ContainerView |
Ottiene la vista che funge da contenitore per l'oggetto PlatformView. (Ereditato da ViewHandler) |
| HasContainer |
Ottiene o imposta un valore che indica se l'oggetto PlatformView è contenuto all'interno di una visualizzazione. (Ereditato da ViewHandler) |
| MauiContext | (Ereditato da ElementHandler) |
| NeedsContainer |
Ottiene un valore che indica se è VirtualView necessaria o meno una visualizzazione contenitore. (Ereditato da ViewHandler) |
| PlatformView | (Ereditato da ViewHandler<TVirtualView,TPlatformView>) |
| Services | (Ereditato da ElementHandler) |
| VirtualView | (Ereditato da ViewHandler<TVirtualView,TPlatformView>) |
Metodi
| Nome | Descrizione |
|---|---|
| ConnectHandler(TPlatformView) | (Ereditato da ViewHandler<TVirtualView,TPlatformView>) |
| CreatePlatformView() | |
| DisconnectHandler(TPlatformView) | (Ereditato da ViewHandler<TVirtualView,TPlatformView>) |
| GetDesiredSize(Double, Double) | (Ereditato da ViewHandler<TVirtualView,TPlatformView>) |
| Invoke(String, Object) | (Ereditato da ElementHandler) |
| MapIncrement(IViewHandler, IStepper) | |
| MapMaximum(IViewHandler, IStepper) | |
| MapMinimum(IViewHandler, IStepper) | |
| MapValue(IViewHandler, IStepper) | |
| PlatformArrange(Rect) | (Ereditato da ViewHandler<TVirtualView,TPlatformView>) |
| RemoveContainer() | (Ereditato da ViewHandler<TVirtualView,TPlatformView>) |
| SetMauiContext(IMauiContext) | (Ereditato da ElementHandler) |
| SetupContainer() | (Ereditato da ViewHandler<TVirtualView,TPlatformView>) |
| SetVirtualView(IElement) | (Ereditato da ViewHandler<TVirtualView,TPlatformView>) |
| SetVirtualView(IView) | (Ereditato da ViewHandler<TVirtualView,TPlatformView>) |
| UpdateValue(String) | (Ereditato da ElementHandler) |
Implementazioni dell'interfaccia esplicita
| Nome | Descrizione |
|---|---|
| IElementHandler.DisconnectHandler() | (Ereditato da ElementHandler) |
| IElementHandler.PlatformView | (Ereditato da ViewHandler<TVirtualView,TPlatformView>) |
| IElementHandler.VirtualView | (Ereditato da ViewHandler<TVirtualView,TPlatformView>) |
| IStepperHandler.PlatformView | |
| IStepperHandler.VirtualView | |
| IViewHandler.ContainerView | (Ereditato da ViewHandler) |
| IViewHandler.VirtualView | (Ereditato da ViewHandler<TVirtualView,TPlatformView>) |