Freigeben über


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

Methode zum Angeben des eigenen Satzes von Eigenschaftendeskriptoren für das festgelegte ModelElement.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition.Design
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

DslDefinitionModelElementTypeDescriptor Klasse

GetProperties-Überladung

Microsoft.VisualStudio.Modeling.DslDefinition.Design-Namespace