VCReferences.CanAddWinRTReference(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:
bool CanAddWinRTReference(System::String ^ bstrRef);
public:
bool CanAddWinRTReference(Platform::String ^ bstrRef);
bool CanAddWinRTReference(std::wstring const & bstrRef);
[System.Runtime.InteropServices.DispId(936)]
public bool CanAddWinRTReference (string bstrRef);
[<System.Runtime.InteropServices.DispId(936)>]
abstract member CanAddWinRTReference : string -> bool
Public Function CanAddWinRTReference (bstrRef As String) As Boolean
Parameters
- bstrRef
- String
Returns
- Attributes