IVsIntellisenseProjectHost.GetOutputAssembly(String) Method

Definition

Returns the name of the output assembly.

public:
 int GetOutputAssembly([Runtime::InteropServices::Out] System::String ^ % pbstrOutputAssembly);
int GetOutputAssembly([Runtime::InteropServices::Out] std::wstring const & & pbstrOutputAssembly);
public int GetOutputAssembly (out string pbstrOutputAssembly);
abstract member GetOutputAssembly : string -> int
Public Function GetOutputAssembly (ByRef pbstrOutputAssembly As String) As Integer

Parameters

pbstrOutputAssembly
String

[out] Pointer to a string containing the name of the assembly.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to