VCProjectItem 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.
A file or folder in a project.
public interface class VCProjectItem
public interface class VCProjectItem
__interface VCProjectItem
[System.Runtime.InteropServices.Guid("60DDDAB8-1862-477F-8995-BB83FB33FCDA")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface VCProjectItem
[<System.Runtime.InteropServices.Guid("60DDDAB8-1862-477F-8995-BB83FB33FCDA")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type VCProjectItem = interface
Public Interface VCProjectItem
- Derived
- Attributes
Properties
ItemName |
Gets the name of the current item in the collection. |
Kind |
Gets an enumeration indicating the type of object. |
Parent |
Gets the immediate parent object of a given object. |
project |
Gets the VCProject associated with the object. |
VCProjectEngine |
Gets a pointer to the project engine. |
Methods
MatchName(String, Boolean) |
Matches a specified name to the name of a collection item. |