共用方式為


IVsComponentModelHost.QueryLoadComponentAssemblies Method

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

Syntax

'宣告
Function QueryLoadComponentAssemblies ( _
    cAssemblies As UInteger, _
    prgAssemblyPaths As String(), _
    <OutAttribute> rgCanLoad As Boolean() _
) As Integer
'用途
Dim instance As IVsComponentModelHost
Dim cAssemblies As UInteger
Dim prgAssemblyPaths As String()
Dim rgCanLoad As Boolean()
Dim returnValue As Integer

returnValue = instance.QueryLoadComponentAssemblies(cAssemblies, _
    prgAssemblyPaths, rgCanLoad)
int QueryLoadComponentAssemblies(
    uint cAssemblies,
    string[] prgAssemblyPaths,
    bool[] rgCanLoad
)
int QueryLoadComponentAssemblies(
    [InAttribute] unsigned int cAssemblies, 
    [InAttribute] array<String^>^ prgAssemblyPaths, 
    [OutAttribute] array<bool>^ rgCanLoad
)
abstract QueryLoadComponentAssemblies : 
        cAssemblies:uint32 * 
        prgAssemblyPaths:string[] * 
        rgCanLoad:bool[] byref -> int 
function QueryLoadComponentAssemblies(
    cAssemblies : uint, 
    prgAssemblyPaths : String[], 
    rgCanLoad : boolean[]
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsComponentModelHost Interface

IVsComponentModelHost Members

Microsoft.VisualStudio.Shell.Interop Namespace