Initializes a new instance of SolutionListenerForProjectReferenceUpdate for the supplied service provider.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub New ( _
serviceProvider As IServiceProvider _
)
'使用
Dim serviceProvider As IServiceProvider
Dim instance As New SolutionListenerForProjectReferenceUpdate(serviceProvider)
public SolutionListenerForProjectReferenceUpdate(
IServiceProvider serviceProvider
)
public:
SolutionListenerForProjectReferenceUpdate(
IServiceProvider^ serviceProvider
)
public function SolutionListenerForProjectReferenceUpdate(
serviceProvider : IServiceProvider
)
Parameters
serviceProvider
Type: System.IServiceProviderThe IServiceProvider.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SolutionListenerForProjectReferenceUpdate Class