VCProjectItem Interface
A file or folder in a project.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("41CA57D8-EA35-4076-8299-B7C93B48FF20")> _
Public Interface VCProjectItem
[GuidAttribute("41CA57D8-EA35-4076-8299-B7C93B48FF20")]
public interface VCProjectItem
[GuidAttribute(L"41CA57D8-EA35-4076-8299-B7C93B48FF20")]
public interface class VCProjectItem
[<GuidAttribute("41CA57D8-EA35-4076-8299-B7C93B48FF20")>]
type VCProjectItem = interface end
public interface VCProjectItem
The VCProjectItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
MatchName | Matches a specified name to the name of a collection item. |
Top