AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetAttributes Method

Retrieves a collection of custom attributes for the specified object.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Private Function GetAttributes As AttributeCollection 
    Implements ICustomTypeDescriptor.GetAttributes
AttributeCollection ICustomTypeDescriptor.GetAttributes()
private:
virtual AttributeCollection^ GetAttributes() sealed = ICustomTypeDescriptor::GetAttributes
private abstract GetAttributes : unit -> AttributeCollection  
private override GetAttributes : unit -> AttributeCollection
JScript does not support explicit interface implementations.

Return Value

Type: System.ComponentModel.AttributeCollection
An AttributeCollection object instance that contains the attributes for this object.

Implements

ICustomTypeDescriptor.GetAttributes()

Remarks

This method provides an implementation of the GetAttributes method. For more information, see the GetAttributes method in the .NET Framework class library.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace