OAProperty.Collection Property

Returns the Collection() containing the OAProperty object supporting this property.

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

Syntax

'宣言
Public ReadOnly Property Collection As Properties
'使用
Dim instance As OAProperty
Dim value As Properties

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

Property Value

Type: Properties

Returns a null reference (Nothing in Visual Basic).

Implements

PropertyCollection()

Remarks

Override this method if you want this functionality.

Permissions

See Also

Reference

OAProperty Class

OAProperty Members

Microsoft.VisualStudio.Package.Automation Namespace

Collection()