DslDefinitionModelElementTypeDescriptor.GetProperties Method
This member overrides ElementTypeDescriptor.GetProperties().
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'宣言
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: System.ComponentModel.PropertyDescriptorCollection
Implements
ICustomTypeDescriptor.GetProperties()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DslDefinitionModelElementTypeDescriptor Class
Microsoft.VisualStudio.Modeling.DslDefinition.Design Namespace