VBProjectProperties3 Interface

This interface provides internal-only access to Visual Basic project configuration 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("A93BFE7B-CFDA-471D-93C6-1747D0B06E8E")> _
Public Interface VBProjectProperties3 _
    Inherits ProjectProperties3
'Usage
Dim instance As VBProjectProperties3
[GuidAttribute("A93BFE7B-CFDA-471D-93C6-1747D0B06E8E")]
public interface VBProjectProperties3 : ProjectProperties3
[GuidAttribute(L"A93BFE7B-CFDA-471D-93C6-1747D0B06E8E")]
public interface class VBProjectProperties3 : ProjectProperties3
public interface VBProjectProperties3 extends ProjectProperties3

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

VBProjectProperties3 Members

VSLangProj80 Namespace