PropertyGroup.ICustomTypeDescriptor.GetAttributes-Methode

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.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 unterstützt keine expliziten Schnittstellenimplementierungen

Rückgabewert

Typ: System.ComponentModel.AttributeCollection

Implementiert

ICustomTypeDescriptor.GetAttributes()

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyGroup Klasse

Microsoft.VisualStudio.Data.Schema.Package.Internal-Namespace