VCCodeStruct.Project Eigenschaft

Definition

Ruft das dem Objekt zugeordnete Project ab.

public:
 property EnvDTE::Project ^ Project { EnvDTE::Project ^ get(); };
public:
 property EnvDTE::Project ^ Project { EnvDTE::Project ^ get(); };
[System.Runtime.InteropServices.DispId(545)]
public EnvDTE.Project Project { [System.Runtime.InteropServices.DispId(545)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(545)>]
[<get: System.Runtime.InteropServices.DispId(545)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Project : EnvDTE.Project
Public ReadOnly Property Project As Project

Eigenschaftswert

Project

Ein Project-Objekt.

Attribute

Hinweise

Die- Project Eigenschaft stellt das Projekt dar, zu dem das Element gehört.

Gilt für