VsExpansion.title, champ
Fournit le titre complet de l'extrait de code.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntaxe
'Déclaration
Public title As String
public string title
public:
String^ title
val mutable title: string
public var title : String
Notes
Signature de COM
De textmgr2.idl :
BSTR title;
Le titre de l'extrait de code avec le chemin d'accès identifie uniquement un extrait de code.
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.