OAProject.Collection Property

When implemented in a derived class, gets the Projects collection containing the Project object supporting this property.

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

Syntax

'宣言
Public Overridable ReadOnly Property Collection As Projects
'使用
Dim instance As OAProject
Dim value As Projects

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

Property Value

Type: Projects

Projects.

Implements

ProjectCollection()

Remarks

By default this property returns a null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

OAProject Class

OAProject Members

Microsoft.VisualStudio.Package.Automation Namespace

Collection()