Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim instance As IVsFrameworkMultiTargeting
Dim pwszAssemblySpec As String
Dim pwszTargetFrameworkMoniker As String
Dim pbIsReferenceable As Boolean
Dim returnValue As Integer
returnValue = instance.IsReferenceableInTargetFx(pwszAssemblySpec, _
pwszTargetFrameworkMoniker, pbIsReferenceable)
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
- pwszAssemblySpec
Type: System.String
- pwszTargetFrameworkMoniker
Type: System.String
- pbIsReferenceable
Type: System.Boolean%
Return Value
Type: System.Int32
.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.
See Also
Reference
IVsFrameworkMultiTargeting Interface