IVsExtensionRepository.CreateQuery<T> Method (Boolean, Boolean, Boolean)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
'Declaration
Function CreateQuery(Of T As {New, IRepositoryEntry}) ( _
includeTypeInQuery As Boolean, _
includeSkuInQuery As Boolean, _
includeMinSupportedOSInQuery As Boolean _
) As IVsExtensionRepositoryQuery(Of T)
IVsExtensionRepositoryQuery<T> CreateQuery<T>(
bool includeTypeInQuery,
bool includeSkuInQuery,
bool includeMinSupportedOSInQuery
)
where T : new(), IRepositoryEntry
generic<typename T>
where T : gcnew(), IRepositoryEntry
IVsExtensionRepositoryQuery<T>^ CreateQuery(
bool includeTypeInQuery,
bool includeSkuInQuery,
bool includeMinSupportedOSInQuery
)
abstract CreateQuery :
includeTypeInQuery:bool *
includeSkuInQuery:bool *
includeMinSupportedOSInQuery:bool -> IVsExtensionRepositoryQuery<'T> when 'T : new() and IRepositoryEntry
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- includeTypeInQuery
Type: System.Boolean
- includeSkuInQuery
Type: System.Boolean
- includeMinSupportedOSInQuery
Type: System.Boolean
Return Value
Type: Microsoft.VisualStudio.ExtensionManager.IVsExtensionRepositoryQuery<T>
.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.