NameScope 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.
For internal use by platform renderers.
public ref class NameScope : Microsoft::Maui::Controls::Internals::INameScope
public class NameScope : Microsoft.Maui.Controls.Internals.INameScope
type NameScope = class
interface INameScope
Public Class NameScope
Implements INameScope
- Inheritance
-
NameScope
- Implements
Constructors
NameScope() |
Fields
NameScopeProperty |
Bindable property for NameScope. |
Methods
GetNameScope(BindableObject) |
For internal use by platform renderers. |
SetNameScope(BindableObject, INameScope) |
For internal use by platform renderers. |
Explicit Interface Implementations
INameScope.FindByName(String) | |
INameScope.RegisterName(String, Object) | |
INameScope.UnregisterName(String) |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.