Share via


OAProject.Collection Property

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Collection As Projects
public virtual Projects Collection { get; }
public:
virtual property Projects^ Collection {
    Projects^ get ();
}
abstract Collection : Projects
override Collection : Projects
function get Collection () : Projects

Property Value

Type: EnvDTE.Projects

Implements

Project.Collection

.NET Framework Security

See Also

Reference

OAProject Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace