MarginContainerAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instantiates a new instance of a MarginContainerAttribute.
public:
MarginContainerAttribute(System::String ^ marginContainer);
public:
MarginContainerAttribute(Platform::String ^ marginContainer);
MarginContainerAttribute(std::wstring const & marginContainer);
public MarginContainerAttribute (string marginContainer);
new Microsoft.VisualStudio.Text.Editor.MarginContainerAttribute : string -> Microsoft.VisualStudio.Text.Editor.MarginContainerAttribute
Public Sub New (marginContainer As String)
Parameters
- marginContainer
- String
The name of the container for this margin.
Exceptions
marginContainer
is null.
marginContainer
is an empty string.