VsValidationContext.ConstructValidationMessage – metoda
Overrideable metoda umožňující odvozené třídy pro vytvoření zprávy.
Obor názvů: Microsoft.VisualStudio.Modeling.Shell
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntaxe
'Deklarace
Protected Overrides Function ConstructValidationMessage ( _
description As String, _
code As String, _
violationType As ViolationType, _
ParamArray elements As ModelElement() _
) As ValidationMessage
protected override ValidationMessage ConstructValidationMessage(
string description,
string code,
ViolationType violationType,
params ModelElement[] elements
)
Parametry
- description
Typ: System.String
- code
Typ: System.String
- violationType
Typ: Microsoft.VisualStudio.Modeling.Validation.ViolationType
- elements
Typ: array<Microsoft.VisualStudio.Modeling.ModelElement[]
Vrácená hodnota
Typ: Microsoft.VisualStudio.Modeling.Validation.ValidationMessage
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.