ProjectProperties3 Interface

This interface provides internal-only access to project properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

Namespace:  VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

Syntax

'Declaration
<GuidAttribute("7C9D1773-F1F3-447C-AF1A-218E5E2C2F7F")> _
Public Interface ProjectProperties3 _
    Inherits ProjectProperties2
'Usage
Dim instance As ProjectProperties3
[GuidAttribute("7C9D1773-F1F3-447C-AF1A-218E5E2C2F7F")]
public interface ProjectProperties3 : ProjectProperties2
[GuidAttribute(L"7C9D1773-F1F3-447C-AF1A-218E5E2C2F7F")]
public interface class ProjectProperties3 : ProjectProperties2
public interface ProjectProperties3 extends ProjectProperties2

Remarks

External components can access these properties through the Properties collection for the appropriate Visual Studio automation object. (That is, ProjectItem for project files and folders, Project for projects, and Configuration for configurations). The property names for the members of this type can be used as an indexer into the Properties collection. For more information about accessing project properties through automation, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

See Also

Reference

ProjectProperties3 Members

VSLangProj80 Namespace