VBProjectProperties4 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 VBProjectProperties4
public interface class VBProjectProperties4
__interface VBProjectProperties4
[System.Runtime.InteropServices.Guid("C530B098-ACC9-434E-9671-124EAA73FA00")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface VBProjectProperties4
[System.Runtime.InteropServices.Guid("C530B098-ACC9-434E-9671-124EAA73FA00")]
public interface VBProjectProperties4
[<System.Runtime.InteropServices.Guid("C530B098-ACC9-434E-9671-124EAA73FA00")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type VBProjectProperties4 = interface
[<System.Runtime.InteropServices.Guid("C530B098-ACC9-434E-9671-124EAA73FA00")>]
type VBProjectProperties4 = interface
Public Interface VBProjectProperties4
- 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.