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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.