CSharpProjectConfigurationProperties4 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 CSharpProjectConfigurationProperties4
public interface class CSharpProjectConfigurationProperties4
__interface CSharpProjectConfigurationProperties4
[System.Runtime.InteropServices.Guid("DD47C0D5-5095-4A44-AC96-105B2F194F11")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface CSharpProjectConfigurationProperties4
[System.Runtime.InteropServices.Guid("DD47C0D5-5095-4A44-AC96-105B2F194F11")]
public interface CSharpProjectConfigurationProperties4
[<System.Runtime.InteropServices.Guid("DD47C0D5-5095-4A44-AC96-105B2F194F11")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type CSharpProjectConfigurationProperties4 = interface
[<System.Runtime.InteropServices.Guid("DD47C0D5-5095-4A44-AC96-105B2F194F11")>]
type CSharpProjectConfigurationProperties4 = interface
Public Interface CSharpProjectConfigurationProperties4
Derived
Attributes

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