Freigeben über


IProjectionBufferFactoryService.ProjectionContentType-Eigenschaft

Ruft den Standardinhaltstyp für Projektionspuffer ab.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Utilities.IContentType
Der Standardinhaltstyp für Projektionspuffer.

.NET Framework-Sicherheit

Siehe auch

Referenz

IProjectionBufferFactoryService Schnittstelle

Microsoft.VisualStudio.Text.Projection-Namespace