ICustomTypeDescriptor.GetAttributes Method
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Private Function GetAttributes As AttributeCollection
Implements ICustomTypeDescriptor.GetAttributes
'Usage
Dim instance As PropertyGroup
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: System.ComponentModel..::..AttributeCollection
Implements
ICustomTypeDescriptor..::..GetAttributes() () () ()
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace