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
- 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.
See Also
Reference
Microsoft.VisualStudio.Package.Automation Namespace
Collection()