SmartTagState Enum

Definition

Caution

This API is deprecated in this version of the Visual Studio SDK, and will be retired in a future version. To find out more about the replacement API, Light Bulb, refer to http://go.microsoft.com/fwlink/?LinkId=394601.

The set of smart tag session states.

public enum class SmartTagState
public enum class SmartTagState
enum SmartTagState
[System.Obsolete("This API is deprecated in this version of the Visual Studio SDK, and will be retired in a future version. To find out more about the replacement API, Light Bulb, refer to http://go.microsoft.com/fwlink/?LinkId=394601.")]
public enum SmartTagState
[<System.Obsolete("This API is deprecated in this version of the Visual Studio SDK, and will be retired in a future version. To find out more about the replacement API, Light Bulb, refer to http://go.microsoft.com/fwlink/?LinkId=394601.")>]
type SmartTagState = 
Public Enum SmartTagState
Inheritance
SmartTagState
Attributes

Fields

Collapsed 0

The session is rendered in collapsed mode, which in the default presenter is indicated by a small colored rectangle

Expanded 2

The session is rendered in expanded mode, which in the default presenter is indicated by a menu from which the user can select actions.

Intermediate 1

The session is neither collapsed nor expanded. In the default presenter, this is indicated by a button but no action menu.

Examples

For an example of how to use this class, see Walkthrough: Displaying SmartTags.

Applies to