MoveableDecoratorHostShape.ICustomTypeDescriptor.GetDefaultProperty Method

Returns the default property for this instance of a component.

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

Syntax

'Declaration
Private Function GetDefaultProperty As PropertyDescriptor 
    Implements ICustomTypeDescriptor.GetDefaultProperty
PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
private:
virtual PropertyDescriptor^ GetDefaultProperty() sealed = ICustomTypeDescriptor::GetDefaultProperty
private abstract GetDefaultProperty : unit -> PropertyDescriptor  
private override GetDefaultProperty : unit -> PropertyDescriptor
JScript does not support explicit interface implementations.

Return Value

Type: PropertyDescriptor
Default property of parent shape.

Implements

ICustomTypeDescriptor.GetDefaultProperty

.NET Framework Security

See Also

Reference

MoveableDecoratorHostShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace