ITextBufferFactoryService.InertContentType Property

A content type for which no associated artifacts are automatically created.

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
function get InertContentType () : IContentType

Property Value

Type: Microsoft.VisualStudio.Utilities.IContentType
The inert IContentType.

.NET Framework Security

See Also

Reference

ITextBufferFactoryService Interface

Microsoft.VisualStudio.Text Namespace