Share via


VsValidationController Constructor (IServiceProvider, Type)

Constructor.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntax

'Declaration
Public Sub New ( _
    serviceProvider As IServiceProvider, _
    modelExplorerToolWindowType As Type _
)
public VsValidationController(
    IServiceProvider serviceProvider,
    Type modelExplorerToolWindowType
)
public:
VsValidationController(
    IServiceProvider^ serviceProvider, 
    Type^ modelExplorerToolWindowType
)
new : 
        serviceProvider:IServiceProvider * 
        modelExplorerToolWindowType:Type -> VsValidationController
public function VsValidationController(
    serviceProvider : IServiceProvider, 
    modelExplorerToolWindowType : Type
)

Parameters

  • serviceProvider
    Type: IServiceProvider
  • modelExplorerToolWindowType
    Type: Type

.NET Framework Security

See Also

Reference

VsValidationController Class

VsValidationController Overload

Microsoft.VisualStudio.Modeling.Shell Namespace