MarginContainerAttribute Constructor (String^)
Visual Studio 2015
Instantiates a new instance of a MarginContainerAttribute.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- marginContainer
-
Type:
System::String^
The name of the container for this margin.
| Exception | Condition |
|---|---|
| ArgumentNullException | marginContainer is null. |
| ArgumentException | marginContainer is an empty string. |
Show: