OANullProperty.Collection Property

Gets the collection to which this property belongs.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public ReadOnly Property Collection As Properties
    Get
'Usage
Dim instance As OANullProperty
Dim value As Properties

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

Property Value

Type: EnvDTE.Properties

Implements

Property.Collection

.NET Framework Security

See Also

Reference

OANullProperty Class

OANullProperty Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace