PackageRegistrationAttribute::SatellitePath Property

 

Gets or sets the non-default resource .dll location.

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

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

Property Value

Type: System::String^

The non-default resource .dll location.

Set this attribute to specify a resource .dll file that is located in a non-default location. The .dll file should have the following path: SatellitePath\lcid\PackageDllNameUI.dll. This attribute can be useful if your package is installed in the GAC. If this attribute is not set, the directory where the package is located will be used.

Return to top
Show: