IVsAssemblyNameUnification::GetUnifiedAssemblyName Method (String^, String^, String^, String^)
Visual Studio 2015
Returns the name of the unified assembly.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
int GetUnifiedAssemblyName(
String^ wszFrameworkDirectory,
String^ wszSimpleAssemblyName,
String^ wszFullAssemblyName,
[OutAttribute] String^% pbstrUnifiedAssemblyName
)
Parameters
- wszFrameworkDirectory
-
Type:
System::String^
[in] String containing the directory of the .NET Framework assemblies list, Framework.xml.
- wszSimpleAssemblyName
-
Type:
System::String^
[in] String containing the simple assembly name.
- wszFullAssemblyName
-
Type:
System::String^
[in] String containing the full assembly name.
- pbstrUnifiedAssemblyName
-
Type:
System::String^
[out] String containing the unified assembly name.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: