ComponentDesignerExtensionAttribute.DSLDesignerName_ComponentDesigner Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Uml.Extensions
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
Public ReadOnly Property DSLDesignerName_ComponentDesigner As Object
    Get
'Usage
Dim instance As ComponentDesignerExtensionAttribute
Dim value As Object

value = instance.DSLDesignerName_ComponentDesigner
public Object DSLDesignerName_ComponentDesigner { get; }
public:
property Object^ DSLDesignerName_ComponentDesigner {
    Object^ get ();
}
member DSLDesignerName_ComponentDesigner : Object
function get DSLDesignerName_ComponentDesigner () : Object

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

ComponentDesignerExtensionAttribute Class

ComponentDesignerExtensionAttribute Members

Microsoft.VisualStudio.Uml.Extensions Namespace