Freezable.CreateInstance 方法

定義

初始化 Freezable 類別的新執行個體。

protected:
 System::Windows::Freezable ^ CreateInstance();
protected System.Windows.Freezable CreateInstance();
member this.CreateInstance : unit -> System.Windows.Freezable
Protected Function CreateInstance () As Freezable

傳回

新的實例。

備註

這是一個受保護的方法,實際針對物件的實作依賴於該方法的覆寫實作,而該方法在內部呼叫該實作 CreateInstanceCore

適用於

另請參閱