CSharpProjectProperties4 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("9C52F596-60FB-4144-BE49-ADCA8F044790")> _
Public Interface CSharpProjectProperties4
[GuidAttribute("9C52F596-60FB-4144-BE49-ADCA8F044790")]
public interface CSharpProjectProperties4
[GuidAttribute(L"9C52F596-60FB-4144-BE49-ADCA8F044790")]
public interface class CSharpProjectProperties4
[<GuidAttribute("9C52F596-60FB-4144-BE49-ADCA8F044790")>]
type CSharpProjectProperties4 =  interface end
public interface 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