Este tema aún no ha recibido ninguna valoración - Valorar este tema

FrameworkTemplate.RegisterName (Método)

Registers a new name-object pair into the current name scope.

Espacio de nombres: System.Windows
Ensamblado: PresentationFramework (en presentationframework.dll)

public void RegisterName (
	string name,
	Object scopedElement
)
public final void RegisterName (
	String name, 
	Object scopedElement
)
public final function RegisterName (
	name : String, 
	scopedElement : Object
)
No se pueden utilizar métodos en XAML.

Parámetros

name

The name to register.

scopedElement

The object to be mapped to the provided name.

For more information, see Namescopes in Styles and Templates in WPF Namescopes.

Microsoft .NET Framework 3.0 es compatible con Windows Vista, Microsoft Windows XP SP2 y Windows Server 2003 SP1.

.NET Framework

Compatible con: 3.0
¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.