VCCodeParameter.ProjectItem Property

Gets the ProjectItem object associated with the given object.

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

Syntax

声明
ReadOnly Property ProjectItem As ProjectItem
用法
Dim instance As VCCodeParameter
Dim value As ProjectItem

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

Property Value

Type: ProjectItem

A ProjectItem object.

Permissions

See Also

Concepts

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

Reference

VCCodeParameter Interface

VCCodeParameter Members

Microsoft.VisualStudio.VCCodeModel Namespace