次の方法で共有


CodeLensTagProperties(Boolean) Constructor

Definition

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.

Applies to