SmartTag.SmartTagType, propriété
Type de session de balise active devant être créée.
Espace de noms : Microsoft.VisualStudio.Language.Intellisense
Assembly : Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.VisualStudio.Language.Intellisense.SmartTagType
SmartTagType .
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Language.Intellisense, espace de noms