IVsIntellisenseProject.AddAssemblyReference(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.
Adds an assembly reference to the project.
public:
int AddAssemblyReference(System::String ^ bstrAbsPath);
public:
int AddAssemblyReference(Platform::String ^ bstrAbsPath);
int AddAssemblyReference(std::wstring const & bstrAbsPath);
public int AddAssemblyReference (string bstrAbsPath);
abstract member AddAssemblyReference : string -> int
Public Function AddAssemblyReference (bstrAbsPath As String) As Integer
Parameters
- bstrAbsPath
- String
[in] String containing the full path to the assembly.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.