CSharpProjectProperties5 Interface

Definition

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

public interface class CSharpProjectProperties5 : VslangProj90::CSharpProjectProperties4
public interface class CSharpProjectProperties5 : VslangProj90::CSharpProjectProperties4
__interface CSharpProjectProperties5 : VslangProj90::CSharpProjectProperties4
[System.Runtime.InteropServices.Guid("28F059BE-AB9F-43CD-930A-50E30B0997EF")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface CSharpProjectProperties5 : VslangProj90.CSharpProjectProperties4
[System.Runtime.InteropServices.Guid("28F059BE-AB9F-43CD-930A-50E30B0997EF")]
public interface CSharpProjectProperties5 : VslangProj90.CSharpProjectProperties4
[<System.Runtime.InteropServices.Guid("28F059BE-AB9F-43CD-930A-50E30B0997EF")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type CSharpProjectProperties5 = interface
    interface CSharpProjectProperties4
[<System.Runtime.InteropServices.Guid("28F059BE-AB9F-43CD-930A-50E30B0997EF")>]
type CSharpProjectProperties5 = interface
    interface CSharpProjectProperties4
Public Interface CSharpProjectProperties5
Implements CSharpProjectProperties4
Attributes
Implements

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.

Applies to