Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Collection containing the Property object supporting this property.
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
'Usage
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: EnvDTE.Properties
Implements
.NET Framework Security
- 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.Data.Schema.Project.Automation Namespace