StandardSerializerLocator::Provider Property

 

The composition container the domain model resolver will use to locate exports.

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

public:
property ExportProvider^ Provider {
	ExportProvider^ get();
	private: void set(ExportProvider^ value);
}
Return to top
Show: