AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetAttributes Method

Retrieves a collection of custom attributes for the specified object.

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

Syntax

'宣言
Private Function GetAttributes As AttributeCollection
    Implements ICustomTypeDescriptor.GetAttributes
'使用
Dim instance As AdoDotNetConnectionProperties
Dim returnValue As AttributeCollection

returnValue = CType(instance, ICustomTypeDescriptor).GetAttributes()
AttributeCollection ICustomTypeDescriptor.GetAttributes()
private:
virtual AttributeCollection^ GetAttributes() sealed = ICustomTypeDescriptor::GetAttributes
JScript does not support explicit interface implementations.

Return Value

Type: System.ComponentModel.AttributeCollection

Returns 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.

Permissions

See Also

Reference

AdoDotNetConnectionProperties Class

AdoDotNetConnectionProperties Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace