IVsFrameworkMultiTargeting.IsReferenceableInTargetFx Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
Function IsReferenceableInTargetFx ( _
    pwszAssemblySpec As String, _
    pwszTargetFrameworkMoniker As String, _
    <OutAttribute> ByRef pbIsReferenceable As Boolean _
) As Integer
int IsReferenceableInTargetFx(
    string pwszAssemblySpec,
    string pwszTargetFrameworkMoniker,
    out bool pbIsReferenceable
)
int IsReferenceableInTargetFx(
    [InAttribute] String^ pwszAssemblySpec, 
    [InAttribute] String^ pwszTargetFrameworkMoniker, 
    [OutAttribute] bool% pbIsReferenceable
)
abstract IsReferenceableInTargetFx : 
        pwszAssemblySpec:string * 
        pwszTargetFrameworkMoniker:string * 
        pbIsReferenceable:bool byref -> int 
function IsReferenceableInTargetFx(
    pwszAssemblySpec : String, 
    pwszTargetFrameworkMoniker : String, 
    pbIsReferenceable : boolean
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsFrameworkMultiTargeting Interface

Microsoft.VisualStudio.Shell.Interop Namespace