PackageRegistrationAttribute.SatellitePath Property
Gets or sets the non-default resource .dll location.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.