OAVSProjectItem.ProjectItem Property

Gets the automation object of the FileNode.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable ReadOnly Property ProjectItem As ProjectItem
'使用
Dim instance As OAVSProjectItem
Dim value As ProjectItem

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

Property Value

Type: ProjectItem

ProjectItem.

Permissions

See Also

Reference

OAVSProjectItem Class

OAVSProjectItem Members

Microsoft.VisualStudio.Package.Automation Namespace