VCProjectItem Interface

Definition

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]
public interface VCProjectItem
[<System.Runtime.InteropServices.Guid("60DDDAB8-1862-477F-8995-BB83FB33FCDA")>]
[<System.Runtime.InteropServices.TypeLibType>]
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.

Applies to