IVsFrameworkMultiTargeting.GetFrameworkAssemblies Method

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

Syntax

'Declaration
Function GetFrameworkAssemblies ( _
    pwszTargetFrameworkMoniker As String, _
    atAssemblyType As UInteger, _
    <OutAttribute> ByRef prgAssemblyPaths As Array _
) As Integer
int GetFrameworkAssemblies(
    string pwszTargetFrameworkMoniker,
    uint atAssemblyType,
    out Array prgAssemblyPaths
)
int GetFrameworkAssemblies(
    [InAttribute] String^ pwszTargetFrameworkMoniker, 
    [InAttribute] unsigned int atAssemblyType, 
    [OutAttribute] Array^% prgAssemblyPaths
)
abstract GetFrameworkAssemblies : 
        pwszTargetFrameworkMoniker:string * 
        atAssemblyType:uint32 * 
        prgAssemblyPaths:Array byref -> int 
function GetFrameworkAssemblies(
    pwszTargetFrameworkMoniker : String, 
    atAssemblyType : uint, 
    prgAssemblyPaths : Array
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsFrameworkMultiTargeting Interface

Microsoft.VisualStudio.Shell.Interop Namespace