IDirectiveProcessor.StartProcessingRun (Método)

Inicia una fase de procesamiento de directivas.

Espacio de nombres:  Microsoft.VisualStudio.TextTemplating
Ensamblado:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (en Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • templateContents
    Tipo: System.String
    El contenido de la plantilla que se está procesando.

Seguridad de .NET Framework

Vea también

Referencia

IDirectiveProcessor Interfaz

Microsoft.VisualStudio.TextTemplating (Espacio de nombres)