Share via


PackageRegistrationAttribute.SatellitePath Property

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

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

Syntax

'Declaration
Public Property SatellitePath As String
public string SatellitePath { get; set; }
public:
property String^ SatellitePath {
    String^ get ();
    void set (String^ value);
}
member SatellitePath : string with get, set
function get SatellitePath () : String
function set SatellitePath (value : String)

Property Value

Type: System.String
The non-default resource .dll location.

Remarks

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.

.NET Framework Security

See Also

Reference

PackageRegistrationAttribute Class

Microsoft.VisualStudio.Shell Namespace