Freezable.CreateInstance Méthode
Définition
protected:
System::Windows::Freezable ^ CreateInstance();
protected System.Windows.Freezable CreateInstance ();
member this.CreateInstance : unit -> System.Windows.Freezable
Protected Function CreateInstance () As Freezable
Retours
Nouvelle instance.The new instance.
Remarques
Il s’agit d’une méthode protégée, et les implémentations propres aux objets propres au comportement dépendent de l’implémentation de substitution de la CreateInstanceCore méthode, que cette méthode appelle en interne.This is a protected method, and the actual object-specific implementations for the behavior are dependent on the override implementation of the CreateInstanceCore method, which this method calls internally.