Freezable.CreateInstance Metodo
Definizione
protected:
System::Windows::Freezable ^ CreateInstance();
protected System.Windows.Freezable CreateInstance ();
member this.CreateInstance : unit -> System.Windows.Freezable
Protected Function CreateInstance () As Freezable
Restituisce
Nuova istanza.The new instance.
Commenti
Si tratta di un metodo protetto e le implementazioni effettive specifiche dell'oggetto per il comportamento dipendono dall'implementazione di override del CreateInstanceCore metodo, che questo metodo chiama internamente.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.