VCProject.AddWinRTReference Method
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Function AddWinRTReference ( _
Path As String _
) As Object
Object AddWinRTReference(
string Path
)
Object^ AddWinRTReference(
[InAttribute] String^ Path
)
abstract AddWinRTReference :
Path:string -> Object
function AddWinRTReference(
Path : String
) : Object
Parameters
- Path
Type: System.String
Return Value
Type: System.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.