VsTargetFrameworkProvider::ProviderService Property

 

Gets or sets the provider service.

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

public:
property TypeDescriptionProviderService^ ProviderService {
	TypeDescriptionProviderService^ get();
	void set(TypeDescriptionProviderService^ value);
}

Property Value

Type: System.ComponentModel.Design::TypeDescriptionProviderService^

The provider service.

Return to top
Show: