DataConnectionProperties.ICustomTypeDescriptor.GetAttributes Method

Retrieves a collection of custom attributes for the specified object.

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

Syntax

'宣言
Private Function GetAttributes As AttributeCollection
    Implements ICustomTypeDescriptor.GetAttributes
'使用
Dim instance As DataConnectionProperties
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

An AttributeCollection instance containing 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

DataConnectionProperties Class

DataConnectionProperties Members

Microsoft.VisualStudio.Data.Framework Namespace