VsValidationController Constructor (IServiceProvider, Type)

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

Syntax

'宣言
Public Sub New ( _
    serviceProvider As IServiceProvider, _
    modelExplorerToolWindowType As Type _
)
'使用
Dim serviceProvider As IServiceProvider
Dim modelExplorerToolWindowType As Type

Dim instance As New VsValidationController(serviceProvider, _
    modelExplorerToolWindowType)
public VsValidationController(
    IServiceProvider serviceProvider,
    Type modelExplorerToolWindowType
)
public:
VsValidationController(
    IServiceProvider^ serviceProvider, 
    Type^ modelExplorerToolWindowType
)
public function VsValidationController(
    serviceProvider : IServiceProvider, 
    modelExplorerToolWindowType : Type
)

Parameters

Permissions

See Also

Reference

VsValidationController Class

VsValidationController Members

VsValidationController Overload

Microsoft.VisualStudio.Modeling.Shell Namespace