FlavoredProjectFactory.PreCreateForOuter(Object) Yöntem

Tanım

Projenin bir örneğini oluşturur.

protected:
 abstract System::Object ^ PreCreateForOuter(System::Object ^ outerProject);
protected:
 abstract Platform::Object ^ PreCreateForOuter(Platform::Object ^ outerProject);
 abstract winrt::Windows::Foundation::IInspectable PreCreateForOuter(winrt::Windows::Foundation::IInspectable const & outerProject);
protected abstract object PreCreateForOuter (object outerProject);
abstract member PreCreateForOuter : obj -> obj
Protected MustOverride Function PreCreateForOuter (outerProject As Object) As Object

Parametreler

outerProject
Object

En dıştaki proje veya null dış proje oluşturulmaktadır.

Döndürülenler

Object

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

Bu yöntem soyuttur. Türetilmiş bir sınıfta uygulandığında, bir iç proje oluşturur ve dış projenin iç başvurularını buna ayarlar. Başlatma InitializeForOuter yönteminde gerçekleştirilmelidir.

Şunlara uygulanır