TaskProvider::ProviderName Property

 

Gets or sets a localized name for this provider.

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

public:
property String^ ProviderName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The localized name of the provider.

Return to top
Show: