ExecuteCompletedEventArgs.Results Property

Results returned by an IVsExtensionRepositoryQuery<T> query.

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

'Declaration
Public ReadOnly Property Results As IEnumerable
    Get
public IEnumerable Results { get; }
public:
property IEnumerable^ Results {
    IEnumerable^ get ();
}
member Results : IEnumerable
function get Results () : IEnumerable

Property Value

Type: System.Collections.IEnumerable
A collection of IRepositoryEntry objects that represent available extensions that match the query parameters.

Remarks

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

When the query is completed, these results are used by Extension Manager to populate the list of available extensions.

.NET Framework Security

See Also

Reference

ExecuteCompletedEventArgs Class

Microsoft.VisualStudio.ExtensionManager Namespace