DTEClass.SatelliteDllPath(String, String) Method

Definition

For more information on this method, refer to SatelliteDllPath(String, String).

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual System::String ^ SatelliteDllPath(System::String ^ Path, System::String ^ Name) = EnvDTE::_DTE::SatelliteDllPath;
public:
 virtual Platform::String ^ SatelliteDllPath(Platform::String ^ Path, Platform::String ^ Name) = EnvDTE::_DTE::SatelliteDllPath;
 virtual std::wstring SatelliteDllPath(std::wstring const & Path, std::wstring const & Name);
[System.Runtime.InteropServices.DispId(245)]
public virtual string SatelliteDllPath (string Path, string Name);
[<System.Runtime.InteropServices.DispId(245)>]
abstract member SatelliteDllPath : string * string -> string
override this.SatelliteDllPath : string * string -> string
Public Overridable Function SatelliteDllPath (Path As String, Name As String) As String

Parameters

Path
String

The satellite dll path.

Name
String

The name of the satellite dll.

Returns

The path of the satellite dll.

Implements

Attributes

Applies to