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
- cAssemblies
Type: System.UInt32
- prgAssemblyPaths
Type: array<System.String[]
- rgCanLoad
Type: array<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.