References2.Add(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.
public:
VSLangProj::Reference ^ Add(System::String ^ bstrPath);
public:
VSLangProj::Reference ^ Add(Platform::String ^ bstrPath);
VSLangProj::Reference Add(std::wstring const & bstrPath);
[System.Runtime.InteropServices.DispId(6)]
public VSLangProj.Reference Add (string bstrPath);
[<System.Runtime.InteropServices.DispId(6)>]
abstract member Add : string -> VSLangProj.Reference
Public Function Add (bstrPath As String) As Reference
Parameters
- bstrPath
- String
Returns
Implements
- Attributes