AddIn.SatelliteDllPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the location of a DLL containing localized resources, if available.
public:
property System::String ^ SatelliteDllPath { System::String ^ get(); };
public:
property Platform::String ^ SatelliteDllPath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(304)]
public string SatelliteDllPath { [System.Runtime.InteropServices.DispId(304)] get; }
[<System.Runtime.InteropServices.DispId(304)>]
[<get: System.Runtime.InteropServices.DispId(304)>]
member this.SatelliteDllPath : string
Public ReadOnly Property SatelliteDllPath As String
Property Value
A string representing the path of a DLL containing localized resources.
- Attributes
Remarks
A satellite DLL file can be used for additional or localized resources.