DataSource.ICustomTypeDescriptor.GetAttributes Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Microsoft internal use only.

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.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

Implements

ICustomTypeDescriptor.GetAttributes()

.NET Framework Security

See Also

Reference

DataSource Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace