ITextViewExtension.TextViewExtensionConfiguration Property
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.
Gets the configuration for this ITextViewExtension. 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.TextViewExtensionConfiguration TextViewExtensionConfiguration { get; }
[<Microsoft.VisualStudio.Extensibility.CompileTimeEvaluation>]
member this.TextViewExtensionConfiguration : Microsoft.VisualStudio.Extensibility.Editor.TextViewExtensionConfiguration
Public ReadOnly Property TextViewExtensionConfiguration As TextViewExtensionConfiguration
Property Value
- Attributes