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
- 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()