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