VBProjectProperties7 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 VBProjectProperties7 : VSLangProj110::VBProjectProperties6
public interface class VBProjectProperties7 : VSLangProj110::VBProjectProperties6
__interface VBProjectProperties7 : VSLangProj110::VBProjectProperties6
[System.Runtime.InteropServices.Guid("ECB0A5B7-1C4E-4400-A6C4-4B83614D9CC0")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface VBProjectProperties7 : VSLangProj110.VBProjectProperties6
[System.Runtime.InteropServices.Guid("ECB0A5B7-1C4E-4400-A6C4-4B83614D9CC0")]
public interface VBProjectProperties7 : VSLangProj110.VBProjectProperties6
[<System.Runtime.InteropServices.Guid("ECB0A5B7-1C4E-4400-A6C4-4B83614D9CC0")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type VBProjectProperties7 = interface
    interface VBProjectProperties6
[<System.Runtime.InteropServices.Guid("ECB0A5B7-1C4E-4400-A6C4-4B83614D9CC0")>]
type VBProjectProperties7 = interface
    interface VBProjectProperties6
    interface VBProjectProperties4
Public Interface VBProjectProperties7
Implements VBProjectProperties6
Derived
Attributes
Implements

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