RegisterLoadKeyAttribute::ProductVersion Property

 

Gets the version number 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^ ProductVersion {
	String^ get();
}

Property Value

Type: System::String^

The version number of your VSPackage.

Return to top
Show: