Freigeben über


VCProject.CanAddWinRTReference-Methode

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

Parameter

  • bstrRef
    Typ: String

Rückgabewert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

VCProject Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace