VCReferences.AddWinRTReference(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:
System::Object ^ AddWinRTReference(System::String ^ bstrRef);
public:
Platform::Object ^ AddWinRTReference(Platform::String ^ bstrRef);
winrt::Windows::Foundation::IInspectable AddWinRTReference(std::wstring const & bstrRef);
[System.Runtime.InteropServices.DispId(935)]
public object AddWinRTReference (string bstrRef);
[<System.Runtime.InteropServices.DispId(935)>]
abstract member AddWinRTReference : string -> obj
Public Function AddWinRTReference (bstrRef As String) As Object
Parameters
- bstrRef
- String
Returns
- Attributes