Gets the project items associated with this file node.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overrides ReadOnly Property ProjectItems As ProjectItems
'使用
Dim instance As OAFileItem
Dim value As ProjectItems
value = instance.ProjectItems
public override ProjectItems ProjectItems { get; }
public:
virtual property ProjectItems^ ProjectItems {
ProjectItems^ get () override;
}
public override function get ProjectItems () : ProjectItems
Property Value
Type: ProjectItems
If the file can have child items, returns the owned OAProjectItems, otherwise returns a null reference (Nothing in Visual Basic).
Implements
ProjectItemProjectItems()
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.