MarginContainerAttribute Class
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.
Specifies the type of margin container.
public ref class MarginContainerAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttribute
public ref class MarginContainerAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class MarginContainerAttribute : Microsoft.VisualStudio.Utilities.SingletonBaseMetadataAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type MarginContainerAttribute = class
inherit SingletonBaseMetadataAttribute
Public NotInheritable Class MarginContainerAttribute
Inherits SingletonBaseMetadataAttribute
- Inheritance
- Attributes
Remarks
The Name attribute is used for associating a name with a component part.
For more information about margins, see the "Extending Margins and Scrollbars" section in Language Service and Editor Extension Points.
Constructors
MarginContainerAttribute(String) |
Instantiates a new instance of a MarginContainerAttribute. |
Properties
MarginContainer |
The name of the margin container. |