VBProjectConfigurationProperties4 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("189A5EB4-4B8D-4083-9400-77CF9633783A")> _
Public Interface VBProjectConfigurationProperties4
[GuidAttribute("189A5EB4-4B8D-4083-9400-77CF9633783A")]
public interface VBProjectConfigurationProperties4
[GuidAttribute(L"189A5EB4-4B8D-4083-9400-77CF9633783A")]
public interface class VBProjectConfigurationProperties4
[<GuidAttribute("189A5EB4-4B8D-4083-9400-77CF9633783A")>]
type VBProjectConfigurationProperties4 =  interface end
public interface VBProjectConfigurationProperties4

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