This member overrides OAProjectItem<ReferenceNode>.Collection.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overrides ReadOnly Property Collection As ProjectItems
'使用
Dim instance As OAReferenceItem
Dim value As ProjectItems
value = instance.Collection
public override ProjectItems Collection { get; }
public:
virtual property ProjectItems^ Collection {
ProjectItems^ get () override;
}
public override function get Collection () : ProjectItems
Property Value
Type: ProjectItems
Implements
ProjectItemCollection()
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.