Freigeben über


ExplorerBehaviorTypeDescriptor.GetProperties-Methode (array<Attribute[])

Gibt eine Auflistung von Eigenschaftendeskriptoren einer Instanz von ExplorerBehavior zurück.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntax

'Declaration
Public Overrides Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
public override PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)

Parameter

Rückgabewert

Typ: System.ComponentModel.PropertyDescriptorCollection

Implementiert

ICustomTypeDescriptor.GetProperties(array<Attribute[])

.NET Framework-Sicherheit

Siehe auch

Referenz

ExplorerBehaviorTypeDescriptor Klasse

GetProperties-Überladung

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace