Freigeben über


ITextBufferFactoryService.InertContentType-Eigenschaft

Ein Inhaltstyp, für den keine zugeordneten Artefakte automatisch erstellt werden.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
ReadOnly Property InertContentType As IContentType
IContentType InertContentType { get; }
property IContentType^ InertContentType {
    IContentType^ get ();
}
abstract InertContentType : IContentType with get
function get InertContentType () : IContentType

Eigenschaftswert

Typ: Microsoft.VisualStudio.Utilities.IContentType
Der träge IContentType.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextBufferFactoryService Schnittstelle

Microsoft.VisualStudio.Text-Namespace