Share via


OANullProperty.Collection Property

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public ReadOnly Property Collection As Properties
public Properties Collection { get; }
public:
virtual property Properties^ Collection {
    Properties^ get () sealed;
}
abstract Collection : Properties
override Collection : Properties
final function get Collection () : Properties

Property Value

Type: EnvDTE.Properties

Implements

Property.Collection

.NET Framework Security

See Also

Reference

OANullProperty Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace