CSharpProjectProperties7 Interface

Definition

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

public interface class CSharpProjectProperties7 : VSLangProj110::CSharpProjectProperties6
public interface class CSharpProjectProperties7 : VSLangProj110::CSharpProjectProperties6
__interface CSharpProjectProperties7 : VSLangProj110::CSharpProjectProperties6
[System.Runtime.InteropServices.Guid("AD327414-A8F4-4E96-9A2A-3008592FD6A9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface CSharpProjectProperties7 : VSLangProj110.CSharpProjectProperties6
[System.Runtime.InteropServices.Guid("AD327414-A8F4-4E96-9A2A-3008592FD6A9")]
public interface CSharpProjectProperties7 : VSLangProj110.CSharpProjectProperties6
[<System.Runtime.InteropServices.Guid("AD327414-A8F4-4E96-9A2A-3008592FD6A9")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type CSharpProjectProperties7 = interface
    interface CSharpProjectProperties6
[<System.Runtime.InteropServices.Guid("AD327414-A8F4-4E96-9A2A-3008592FD6A9")>]
type CSharpProjectProperties7 = interface
    interface CSharpProjectProperties6
    interface CSharpProjectProperties4
Public Interface CSharpProjectProperties7
Implements CSharpProjectProperties6
Derived
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