IVsIntellisenseProjectHost.GetOutputAssembly(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.