ISmartTagSession.Type Property

The type of this smart tag session.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
ReadOnly Property Type As SmartTagType
SmartTagType Type { get; }
property SmartTagType Type {
    SmartTagType get ();
}
abstract Type : SmartTagType
function get Type () : SmartTagType

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense.SmartTagType
The SmartTagType.

.NET Framework Security

See Also

Reference

ISmartTagSession Interface

Microsoft.VisualStudio.Language.Intellisense Namespace