Proprietà TextDataModelContentTypeChangedEventArgs.AfterContentType
ottiene IContentType il ITextDataModel dopo la modifica.
Spazio dei nomi: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Sintassi
'Dichiarazione
Public Property AfterContentType As IContentType
public IContentType AfterContentType { get; private set; }
public:
property IContentType^ AfterContentType {
IContentType^ get ();
private: void set (IContentType^ value);
}
member AfterContentType : IContentType with get, private set
function get AfterContentType () : IContentType
private function set AfterContentType (value : IContentType)
Valore proprietà
Tipo: Microsoft.VisualStudio.Utilities.IContentType
IContentType il ITextDataModel dopo la modifica.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.