Condividi tramite


Proprietà SmartTag.SmartTagType

Il tipo di sessione di smart tag da creare.

Spazio dei nomi:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.VisualStudio.Language.Intellisense.SmartTagType
SmartTagType .

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SmartTag Classe

Spazio dei nomi Microsoft.VisualStudio.Language.Intellisense