VsShellComponentModelHost.GetOnlyApprovedComponentAssemblies Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
This member overrides VsComponentModelHostBaseGetOnlyApprovedComponentAssemblies(IEnumerable<String>).
Namespace: Microsoft.VisualStudio.Shell.ExtensibilityHosting
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public Overrides Function GetOnlyApprovedComponentAssemblies ( _
componentAssembliesToFilter As IEnumerable(Of String) _
) As IEnumerable(Of String)
'Usage
Dim instance As VsShellComponentModelHost
Dim componentAssembliesToFilter As IEnumerable(Of String)
Dim returnValue As IEnumerable(Of String)
returnValue = instance.GetOnlyApprovedComponentAssemblies(componentAssembliesToFilter)
public override IEnumerable<string> GetOnlyApprovedComponentAssemblies(
IEnumerable<string> componentAssembliesToFilter
)
public:
virtual IEnumerable<String^>^ GetOnlyApprovedComponentAssemblies(
IEnumerable<String^>^ componentAssembliesToFilter
) override
public override function GetOnlyApprovedComponentAssemblies(
componentAssembliesToFilter : IEnumerable<String>
) : IEnumerable<String>
abstract GetOnlyApprovedComponentAssemblies :
componentAssembliesToFilter:IEnumerable<string> -> IEnumerable<string>
override GetOnlyApprovedComponentAssemblies :
componentAssembliesToFilter:IEnumerable<string> -> IEnumerable<string>
Parameters
- componentAssembliesToFilter
Type: System.Collections.Generic.IEnumerable<String>
Return Value
Type: System.Collections.Generic.IEnumerable<String>
.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
VsShellComponentModelHost Class