ITextViewMarginProvider.TextViewMarginProviderConfiguration Property

Definition

Gets the configuration for this ITextViewMarginProvider. The value of this property is evaluated at compile time when building the Visual Studio extension.

[Microsoft.VisualStudio.Extensibility.CompileTimeEvaluation]
public Microsoft.VisualStudio.Extensibility.Editor.TextViewMarginProviderConfiguration TextViewMarginProviderConfiguration { get; }
[<Microsoft.VisualStudio.Extensibility.CompileTimeEvaluation>]
member this.TextViewMarginProviderConfiguration : Microsoft.VisualStudio.Extensibility.Editor.TextViewMarginProviderConfiguration
Public ReadOnly Property TextViewMarginProviderConfiguration As TextViewMarginProviderConfiguration

Property Value

Attributes

Applies to