This topic has not yet been rated - Rate this topic

VCProjectItem Interface

A file or folder in a project.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
[<GuidAttribute("41CA57D8-EA35-4076-8299-B7C93B48FF20")>]
type VCProjectItem =  interface end

The VCProjectItem type exposes the following members.

  NameDescription
Public propertyItemNameGets the name of the current item in the collection.
Public propertyKindGets an enumeration indicating the type of object.
Public propertyParentGets the immediate parent object of a given object.
Public propertyprojectGets the VCProject associated with the object.
Public propertyVCProjectEngineGets a pointer to the project engine.
Top
  NameDescription
Public methodMatchNameMatches a specified name to the name of a collection item.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.