CodeLensTagProperties(Boolean) 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.
Creates a new instance of the CodeLensTagProperties.
public CodeLensTagProperties (bool displayBeforeCreatingDataPoints = true);
new Microsoft.VisualStudio.Language.CodeLens.CodeLensTagProperties : bool -> Microsoft.VisualStudio.Language.CodeLens.CodeLensTagProperties
Public Sub New (Optional displayBeforeCreatingDataPoints As Boolean = true)
Parameters
- displayBeforeCreatingDataPoints
- Boolean
Defines whether this tag should be displayed before creating data points.