VCReferences.CanAddWinRTReference Method
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Function CanAddWinRTReference ( _
bstrRef As String _
) As Boolean
bool CanAddWinRTReference(
string bstrRef
)
bool CanAddWinRTReference(
[InAttribute] String^ bstrRef
)
abstract CanAddWinRTReference :
bstrRef:string -> bool
function CanAddWinRTReference(
bstrRef : String
) : boolean
Parameters
- bstrRef
Type: String
Return Value
Type: Boolean
.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.