RegisterLoadKeyAttribute::ProductName Property

 

Gets the name of your VSPackage. This attribute has been deprecated.

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

public:
property String^ ProductName {
	String^ get();
}

Property Value

Type: System::String^

The name of your VSPackage.

Return to top
Show: