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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.