CodeDomDocDataAdapter::Provider Property

 

Gets the code DOM provider for the file.

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

public:
property CodeDomProvider^ Provider {
	CodeDomProvider^ get();
}

This method gets the code DOM provider from the containing project's service provider.

Return to top
Show: