VsShellComponentModelHost.ComponentAssemblies Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This member overrides VsComponentModelHostBaseComponentAssemblies().

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

Syntax

'Declaration
Public Overrides ReadOnly Property ComponentAssemblies As IEnumerable(Of String)
    Get
'Usage
Dim instance As VsShellComponentModelHost
Dim value As IEnumerable(Of String)

value = instance.ComponentAssemblies
public override IEnumerable<string> ComponentAssemblies { get; }
public:
virtual property IEnumerable<String^>^ ComponentAssemblies {
    IEnumerable<String^>^ get () override;
}
override function get ComponentAssemblies () : IEnumerable<String>
abstract ComponentAssemblies : IEnumerable<string>
override ComponentAssemblies : IEnumerable<string>

Property Value

Type: System.Collections.Generic.IEnumerable<String>

.NET Framework Security

See Also

Reference

VsShellComponentModelHost Class

VsShellComponentModelHost Members

Microsoft.VisualStudio.Shell.ExtensibilityHosting Namespace