VBProjectProperties5 Interface

Definition

This interface provides internal-only access to project properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

public interface class VBProjectProperties5 : VslangProj90::VBProjectProperties4
public interface class VBProjectProperties5 : VslangProj90::VBProjectProperties4
__interface VBProjectProperties5 : VslangProj90::VBProjectProperties4
[System.Runtime.InteropServices.Guid("A1FD5A70-1114-440F-A2CD-E982413DF5C9")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface VBProjectProperties5 : VslangProj90.VBProjectProperties4
[System.Runtime.InteropServices.Guid("A1FD5A70-1114-440F-A2CD-E982413DF5C9")]
public interface VBProjectProperties5 : VslangProj90.VBProjectProperties4
[<System.Runtime.InteropServices.Guid("A1FD5A70-1114-440F-A2CD-E982413DF5C9")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type VBProjectProperties5 = interface
    interface VBProjectProperties4
[<System.Runtime.InteropServices.Guid("A1FD5A70-1114-440F-A2CD-E982413DF5C9")>]
type VBProjectProperties5 = interface
    interface VBProjectProperties4
Public Interface VBProjectProperties5
Implements VBProjectProperties4
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