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 with get
function get InertContentType () : IContentType
Property Value
Type: Microsoft.VisualStudio.Utilities.IContentType
The inert IContentType.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.