Share via


SmartTag.SmartTagType Property

The type of smart tag session that should be created.

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

Syntax

'Declaration
Public Property SmartTagType As SmartTagType
public SmartTagType SmartTagType { get; private set; }
public:
property SmartTagType SmartTagType {
    SmartTagType get ();
    private: void set (SmartTagType value);
}
member SmartTagType : SmartTagType with get, private set
function get SmartTagType () : SmartTagType 
private function set SmartTagType (value : SmartTagType)

Property Value

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

.NET Framework Security

See Also

Reference

SmartTag Class

Microsoft.VisualStudio.Language.Intellisense Namespace