DslDefinitionModelElementTypeDescriptor.GetProperties Method

This member overrides ElementTypeDescriptor.GetProperties().

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

Syntax

'Declaration
Public Overrides Function GetProperties As PropertyDescriptorCollection
public override PropertyDescriptorCollection GetProperties()
public:
virtual PropertyDescriptorCollection^ GetProperties() override
abstract GetProperties : unit -> PropertyDescriptorCollection  
override GetProperties : unit -> PropertyDescriptorCollection
public override function GetProperties() : PropertyDescriptorCollection

Return Value

Type: PropertyDescriptorCollection

Implements

ICustomTypeDescriptor.GetProperties

.NET Framework Security

See Also

Reference

DslDefinitionModelElementTypeDescriptor Class

GetProperties Overload

Microsoft.VisualStudio.Modeling.DslDefinition.Design Namespace