VCReferences.AddProjectReferenceByIdentifier(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 (.NET) reference to the selected project using its unique identifier.
public:
System::Object ^ AddProjectReferenceByIdentifier(System::String ^ Identifier);
public:
Platform::Object ^ AddProjectReferenceByIdentifier(Platform::String ^ Identifier);
winrt::Windows::Foundation::IInspectable AddProjectReferenceByIdentifier(std::wstring const & Identifier);
[System.Runtime.InteropServices.DispId(910)]
public object AddProjectReferenceByIdentifier (string Identifier);
[<System.Runtime.InteropServices.DispId(910)>]
abstract member AddProjectReferenceByIdentifier : string -> obj
Public Function AddProjectReferenceByIdentifier (Identifier As String) As Object
Parameters
- Identifier
- String
Unique identifier of the assembly.
Returns
The path of the assembly.
- Attributes