Construtor VsValidationContext (ValidationCategories, IEnumerable<ModelElement>, IServiceProvider, Type)
Construtor.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Sintaxe
'Declaração
Public Sub New ( _
categories As ValidationCategories, _
subjects As IEnumerable(Of ModelElement), _
serviceProvider As IServiceProvider, _
modelExplorerToolWindowType As Type _
)
public VsValidationContext(
ValidationCategories categories,
IEnumerable<ModelElement> subjects,
IServiceProvider serviceProvider,
Type modelExplorerToolWindowType
)
Parâmetros
- categories
Tipo: Microsoft.VisualStudio.Modeling.Validation.ValidationCategories
- subjects
Tipo: System.Collections.Generic.IEnumerable<ModelElement>
objeto a ser validado.
- serviceProvider
Tipo: System.IServiceProvider
- modelExplorerToolWindowType
Tipo: System.Type
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.