IVsAssemblyNameUnification.GetUnifiedAssemblyName Yöntem

Tanım

Birleşik derlemenin adını döndürür.

public:
 int GetUnifiedAssemblyName(System::String ^ wszFrameworkDirectory, System::String ^ wszSimpleAssemblyName, System::String ^ wszFullAssemblyName, [Runtime::InteropServices::Out] System::String ^ % pbstrUnifiedAssemblyName);
int GetUnifiedAssemblyName(std::wstring const & wszFrameworkDirectory, std::wstring const & wszSimpleAssemblyName, std::wstring const & wszFullAssemblyName, [Runtime::InteropServices::Out] std::wstring const & & pbstrUnifiedAssemblyName);
public int GetUnifiedAssemblyName (string wszFrameworkDirectory, string wszSimpleAssemblyName, string wszFullAssemblyName, out string pbstrUnifiedAssemblyName);
abstract member GetUnifiedAssemblyName : string * string * string * string -> int
Public Function GetUnifiedAssemblyName (wszFrameworkDirectory As String, wszSimpleAssemblyName As String, wszFullAssemblyName As String, ByRef pbstrUnifiedAssemblyName As String) As Integer

Parametreler

wszFrameworkDirectory
String

'ndaki .NET Framework derlemeleri listesinin dizinini içeren dize Framework.xml.

wszSimpleAssemblyName
String

'ndaki Basit derleme adını içeren dize.

wszFullAssemblyName
String

'ndaki Tam derleme adını içeren dize.

pbstrUnifiedAssemblyName
String

dışı Birleşik derleme adını içeren dize.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Şunlara uygulanır