Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.