Condividi tramite


Proprietà IProjectionBufferFactoryService.ProjectionContentType

Ottiene il tipo di contenuto predefinito per i buffer di proiezione.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.Utilities.IContentType
Il tipo di contenuto predefinito per i buffer di proiezione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IProjectionBufferFactoryService Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Projection