Partager via


DataSource.ICustomTypeDescriptor.GetAttributes Method

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Déclaration
Private Function GetAttributes As AttributeCollection
    Implements ICustomTypeDescriptor.GetAttributes
'Utilisation
Dim instance As DataSource
Dim returnValue As AttributeCollection

returnValue = CType(instance, 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

Implements

ICustomTypeDescriptor.GetAttributes()

.NET Framework Security

See Also

Reference

DataSource Class

DataSource Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace