Aracılığıyla paylaş


IDirectiveProcessor.StartProcessingRun Yöntem

Hepsini yönergesini işleme başlar.

Ad alanı:  Microsoft.VisualStudio.TextTemplating
Derleme:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll içinde)

Sözdizimi

'Bildirim
Sub StartProcessingRun ( _
    languageProvider As CodeDomProvider, _
    templateContents As String, _
    errors As CompilerErrorCollection _
)
void StartProcessingRun(
    CodeDomProvider languageProvider,
    string templateContents,
    CompilerErrorCollection errors
)
void StartProcessingRun(
    CodeDomProvider^ languageProvider, 
    String^ templateContents, 
    CompilerErrorCollection^ errors
)
abstract StartProcessingRun : 
        languageProvider:CodeDomProvider * 
        templateContents:string * 
        errors:CompilerErrorCollection -> unit 
function StartProcessingRun(
    languageProvider : CodeDomProvider, 
    templateContents : String, 
    errors : CompilerErrorCollection
)

Parametreler

  • templateContents
    Tür: System.String
    İşlenmekte olan şablon içeriğini.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IDirectiveProcessor Arabirim

Microsoft.VisualStudio.TextTemplating Ad Alanı