_DTE.SatelliteDllPath(String, String) Method

Definition

Returns the computed path to the satellite DLL when given the installation directory and the file name of the DLL containing localized resources.

C++/CX
public:
 Platform::String ^ SatelliteDllPath(Platform::String ^ Path, Platform::String ^ Name);

Parameters

Path
String

Required. Specifies the full path to the directory where the main application is installed.

Name
String

Required. The filename for the satellite DLL, such as "MyProgramUI.DLL."

Returns

A string representing the computed path to the satellite DLL.

Attributes

Examples

VB
Sub SatelliteDLLPathExample()  
  MsgBox(DTE.SatelliteDllPath("c:\program files\microsoft visual studio .net\common7\ide", "msenv.dll"))  
End Sub  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019