ExecuteCompletedEventArgs.Results Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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
public IEnumerable Results { get; }
public:
property IEnumerable^ Results {
IEnumerable^ get ();
}
member Results : IEnumerable with get
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
- 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.