Proprietà TextDataModelContentTypeChangedEventArgs.BeforeContentType
ottiene IContentType il ITextDataModel prima della modifica.
Spazio dei nomi: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Sintassi
'Dichiarazione
Public Property BeforeContentType As IContentType
public IContentType BeforeContentType { get; private set; }
public:
property IContentType^ BeforeContentType {
IContentType^ get ();
private: void set (IContentType^ value);
}
member BeforeContentType : IContentType with get, private set
function get BeforeContentType () : IContentType
private function set BeforeContentType (value : IContentType)
Valore proprietà
Tipo: Microsoft.VisualStudio.Utilities.IContentType
IContentType il ITextDataModel prima della 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.