In This Article

IntelliPromptSessionTypes Class

Provides access to the built-in IIntelliPromptSessionType instances.

public static class IntelliPromptSessionTypes
Inheritance:
object object

Properties

CodeSnippetSelection

Gets the IIntelliPromptSessionType for a code snippet selection.

public static IIntelliPromptSessionType CodeSnippetSelection { get; }

Property Value

IIntelliPromptSessionType:

The IIntelliPromptSessionType for a code snippet selection.

CodeSnippetTemplate

Gets the IIntelliPromptSessionType for a code snippet template.

public static IIntelliPromptSessionType CodeSnippetTemplate { get; }

Property Value

IIntelliPromptSessionType:

The IIntelliPromptSessionType for a code snippet template.

Completion

Gets the IIntelliPromptSessionType for a completion.

public static IIntelliPromptSessionType Completion { get; }

Property Value

IIntelliPromptSessionType:

The IIntelliPromptSessionType for a completion.

CompletionDescriptionTip

Gets the IIntelliPromptSessionType for a completion description tip.

public static IIntelliPromptSessionType CompletionDescriptionTip { get; }

Property Value

IIntelliPromptSessionType:

The IIntelliPromptSessionType for a completion description tip.

ParameterInfo

Gets the IIntelliPromptSessionType for parameter info.

public static IIntelliPromptSessionType ParameterInfo { get; }

Property Value

IIntelliPromptSessionType:

The IIntelliPromptSessionType for parameter info.

QuickInfo

Gets the IIntelliPromptSessionType for quick info.

public static IIntelliPromptSessionType QuickInfo { get; }

Property Value

IIntelliPromptSessionType:

The IIntelliPromptSessionType for quick info.

SmartTag

Gets the IIntelliPromptSessionType for a smart tag.

public static IIntelliPromptSessionType SmartTag { get; }

Property Value

IIntelliPromptSessionType:

The IIntelliPromptSessionType for a smart tag.

Inherited Members