CSharpProjectConfigurationProperties4 Interface

This interface provides internal-only access to project configuration 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("DD47C0D5-5095-4A44-AC96-105B2F194F11")> _
Public Interface CSharpProjectConfigurationProperties4
[GuidAttribute("DD47C0D5-5095-4A44-AC96-105B2F194F11")]
public interface CSharpProjectConfigurationProperties4
[GuidAttribute(L"DD47C0D5-5095-4A44-AC96-105B2F194F11")]
public interface class CSharpProjectConfigurationProperties4
[<GuidAttribute("DD47C0D5-5095-4A44-AC96-105B2F194F11")>]
type CSharpProjectConfigurationProperties4 =  interface end
public interface CSharpProjectConfigurationProperties4

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