CSharpProjectProperties5 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:  VslangProj90
Assembly:  VslangProj90 (in VslangProj90.dll)

Syntax

'Declaration
<GuidAttribute("28F059BE-AB9F-43CD-930A-50E30B0997EF")> _
Public Interface CSharpProjectProperties5 _
    Inherits CSharpProjectProperties4
'Usage
Dim instance As CSharpProjectProperties5
[GuidAttribute("28F059BE-AB9F-43CD-930A-50E30B0997EF")]
public interface CSharpProjectProperties5 : CSharpProjectProperties4
[GuidAttribute(L"28F059BE-AB9F-43CD-930A-50E30B0997EF")]
public interface class CSharpProjectProperties5 : CSharpProjectProperties4
public interface CSharpProjectProperties5 extends CSharpProjectProperties4

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

VslangProj90 Namespace