VBProjectConfigurationProperties4 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 VBProjectConfigurationProperties4
public interface class VBProjectConfigurationProperties4
__interface VBProjectConfigurationProperties4
[System.Runtime.InteropServices.Guid("189A5EB4-4B8D-4083-9400-77CF9633783A")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface VBProjectConfigurationProperties4
[System.Runtime.InteropServices.Guid("189A5EB4-4B8D-4083-9400-77CF9633783A")]
public interface VBProjectConfigurationProperties4
[<System.Runtime.InteropServices.Guid("189A5EB4-4B8D-4083-9400-77CF9633783A")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type VBProjectConfigurationProperties4 = interface
[<System.Runtime.InteropServices.Guid("189A5EB4-4B8D-4083-9400-77CF9633783A")>]
type VBProjectConfigurationProperties4 = interface
Public Interface VBProjectConfigurationProperties4
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