See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get or set the IServiceProvider that's used to query Visual Studio services, such as EnvDTE.DTE and ITypeResolutionService (which EntitySchemaSerializer ultimately uses to avoid the two types loaded from different contexts problem).

Namespace: NTier.AppWizard.Forms
Assembly: NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0

Syntax

C#
public IServiceProvider ServiceProvider { get; set; }
Visual Basic
Public Property ServiceProvider As IServiceProvider
	Get
	Set
Visual C++
public:
property IServiceProvider^ ServiceProvider {
	IServiceProvider^ get ();
	void set (IServiceProvider^ value);
}

Property Value

Type: IServiceProvider

See Also