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
- 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