CodeDomEventBindingService Constructor (IServiceProvider^)

 

Initializes a new instance of CodeDomEventBindingService.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
CodeDomEventBindingService(
	IServiceProvider^ provider
)

Parameters

provider
Type: System::IServiceProvider^

IServiceProvider.

This constructor uses the service provider to match a code DOM provider and a window frame to the document data object. If there are multiple classes in the file, the event binding service will use the RootComponentClassName property as the name of the class.

Return to top
Show: