OANullProperty.Collection Property

Gets the collection to which this property belongs.

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

Syntax

'宣言
Public ReadOnly Property Collection As Properties
'使用
Dim instance As OANullProperty
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

Properties.

Implements

PropertyCollection()

Permissions

See Also

Reference

OANullProperty Class

OANullProperty Members

Microsoft.VisualStudio.Package.Automation Namespace