VCProjectEngineObjectClass.Projects Özellik

Tanım

Visual C++Çözümdeki projeleri alır.

public:
 virtual property System::Object ^ Projects { System::Object ^ get(); };
public:
 virtual property Platform::Object ^ Projects { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(211)]
public virtual object Projects { [System.Runtime.InteropServices.DispId(211)] get; }
[<System.Runtime.InteropServices.DispId(211)>]
[<get: System.Runtime.InteropServices.DispId(211)>]
member this.Projects : obj
Public Overridable ReadOnly Property Projects As Object

Özellik Değeri

Object

Visual C++Çözümdeki projeler.

Uygulamalar

Öznitelikler

Açıklamalar

Örneğini oluşturma VCProjectEngineObjectClass . VCProjectEngineObjectBunun yerine, aşağıda gösterildiği gibi örneği oluşturun:

Dim Engine As VCProjectEngine  
Engine = New VCProjectEngineObject()  

Şunlara uygulanır