Sdílet prostřednictvím


ModelingTextTransformation.ValidateStore – metoda

Ověřuje úložiště ověření danou kategorií.Vrátí hodnotu PRAVDA, pokud chyby.

Obor názvů:  Microsoft.VisualStudio.TextTemplating.VSHost
Sestavení:  Microsoft.VisualStudio.TextTemplating.Modeling.12.0 (v Microsoft.VisualStudio.TextTemplating.Modeling.12.0.dll)

Syntaxe

'Deklarace
Protected Function ValidateStore ( _
    categories As String, _
    errors As CompilerErrorCollection _
) As Boolean
protected bool ValidateStore(
    string categories,
    CompilerErrorCollection errors
)
protected:
bool ValidateStore(
    String^ categories, 
    CompilerErrorCollection^ errors
)
member ValidateStore : 
        categories:string * 
        errors:CompilerErrorCollection -> bool
protected function ValidateStore(
    categories : String, 
    errors : CompilerErrorCollection
) : boolean

Parametry

  • categories
    Typ: String

    Kategorie použití ověření."Otevřít" "zatížení" použití "uložit" a "nabídky".Oddělení s více kategorií "|".

  • errors
    Typ: CompilerErrorCollection

    Zprávy o chybách budou umístěny do této kolekce.

Vrácená hodnota

Typ: Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ModelingTextTransformation Třída

Microsoft.VisualStudio.TextTemplating.VSHost – obor názvů