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
'Dichiarazione
Public Property SmartTagType As SmartTagType
Get
Private Set
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.