VCReferences.AddWinRTReference Method
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Function AddWinRTReference ( _
bstrRef As String _
) As Object
Object AddWinRTReference(
string bstrRef
)
Object^ AddWinRTReference(
[InAttribute] String^ bstrRef
)
abstract AddWinRTReference :
bstrRef:string -> Object
function AddWinRTReference(
bstrRef : String
) : Object
Parameters
- bstrRef
Type: String
Return Value
Type: Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.