ProvideCustomMarkerAttribute Class
This class is used to register the custom marker types.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True, Inherited := True)> _
Public NotInheritable Class ProvideCustomMarkerAttribute _
Inherits RegistrationAttribute
'Usage
Dim instance As ProvideCustomMarkerAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
public sealed class ProvideCustomMarkerAttribute : RegistrationAttribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true, Inherited = true)]
public ref class ProvideCustomMarkerAttribute sealed : public RegistrationAttribute
public final class ProvideCustomMarkerAttribute extends RegistrationAttribute
Remarks
For more information about using attributes, see Extending Metadata Using Attributes.
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.VisualStudio.Shell.RegistrationAttribute
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.ProvideCustomMarkerAttribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ProvideCustomMarkerAttribute Members
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI Namespace