ComponentDesignerExtensionAttribute.DSLDesignerName_ComponentDesigner Property
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property DSLDesignerName_ComponentDesigner As Object
public Object DSLDesignerName_ComponentDesigner { get; }
public:
property Object^ DSLDesignerName_ComponentDesigner {
Object^ get ();
}
member DSLDesignerName_ComponentDesigner : Object with get
function get DSLDesignerName_ComponentDesigner () : Object
Property Value
Type: System.Object
.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
ComponentDesignerExtensionAttribute Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace