IVsResourceManager.GetSatelliteAssemblyPath(String, Int32, String) Método

Definição

Recupera o caminho para o assembly satélite

public:
 int GetSatelliteAssemblyPath(System::String ^ assemblyPath, int lcid, [Runtime::InteropServices::Out] System::String ^ % pbstrPath);
int GetSatelliteAssemblyPath(std::wstring const & assemblyPath, int lcid, [Runtime::InteropServices::Out] std::wstring const & & pbstrPath);
public int GetSatelliteAssemblyPath (string assemblyPath, int lcid, out string pbstrPath);
abstract member GetSatelliteAssemblyPath : string * int * string -> int
Public Function GetSatelliteAssemblyPath (assemblyPath As String, lcid As Integer, ByRef pbstrPath As String) As Integer

Parâmetros

assemblyPath
String

no Caminho para o assembly em que o recurso deve ser carregado.

lcid
Int32

no Um valor LCID que especifica a cultura para a qual o recurso é válido. O fornecimento de um valor de 0 selecionará o LCID que o usuário selecionou quando o aplicativo foi iniciado.

pbstrPath
String

[out, retval] Caminho para o assembly satélite.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De vsshell80. idl:

HRESULT GetSatelliteAssemblyPath(  
   [in, string] LPCOLESTR assemblyPath,   
   [in] int lcid,   
   [out, retval] BSTR *pbstrPath  
);  

Aplica-se a