VCCodeDelegate.ProjectItem Property

Gets ProjectItem object associated with the given object.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
ReadOnly Property ProjectItem As ProjectItem
'Usage
Dim instance As VCCodeDelegate 
Dim value As ProjectItem 

value = instance.ProjectItem
ProjectItem ProjectItem { get; }
property ProjectItem^ ProjectItem {
    ProjectItem^ get ();
}
function get ProjectItem () : ProjectItem

Property Value

Type: EnvDTE.ProjectItem
A ProjectItem object.

.NET Framework Security

See Also

Reference

VCCodeDelegate Interface

VCCodeDelegate Members

Microsoft.VisualStudio.VCCodeModel Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples