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