TooltipType Enum
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.
DomainEnumeration: TooltipType Description for Microsoft.VisualStudio.Modeling.DslDefinition.TooltipType
public enum class TooltipType
[System.CLSCompliant(true)]
public enum TooltipType
[<System.CLSCompliant(true)>]
type TooltipType =
Public Enum TooltipType
- Inheritance
-
TooltipType
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | None Description for Microsoft.VisualStudio.Modeling.DslDefinition.TooltipType.None |
Fixed | 1 | Fixed Description for Microsoft.VisualStudio.Modeling.DslDefinition.TooltipType.Fixed |
Variable | 2 | Variable Description for Microsoft.VisualStudio.Modeling.DslDefinition.TooltipType.Variable |