Gets the collection of project items owned by the item.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable ReadOnly Property ProjectItems As ProjectItems
'使用
Dim instance As OAProjectItem
Dim value As ProjectItems
value = instance.ProjectItems
public virtual ProjectItems ProjectItems { get; }
public:
virtual property ProjectItems^ ProjectItems {
ProjectItems^ get ();
}
public function get ProjectItems () : ProjectItems
Property Value
Type: ProjectItems
When implemented in derived classes, the OAProjectItems owned by the item.
Implements
ProjectItemProjectItems()
Remarks
By default returns a null reference (Nothing in Visual Basic).
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.