VsValidationContext – konstruktor (ValidationCategories, ModelElement, IServiceProvider, Type)
Konstruktor.
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
Public Sub New ( _
categories As ValidationCategories, _
subject As ModelElement, _
serviceProvider As IServiceProvider, _
modelExplorerToolWindowType As Type _
)
public VsValidationContext(
ValidationCategories categories,
ModelElement subject,
IServiceProvider serviceProvider,
Type modelExplorerToolWindowType
)
Parametry
- categories
Typ: Microsoft.VisualStudio.Modeling.Validation.ValidationCategories
- subject
Typ: Microsoft.VisualStudio.Modeling.ModelElement
kořenový objekt, který má být ověřen
- serviceProvider
Typ: System.IServiceProvider
- modelExplorerToolWindowType
Typ: System.Type
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.