ISolutionAttachedCollectionService.TryGetFilterProvider Method

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

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Function TryGetFilterProvider ( _
    commandGroup As Guid, _
    commandId As UInteger _
) As Lazy(Of ISolutionTreeFilterProvider)
Lazy<ISolutionTreeFilterProvider> TryGetFilterProvider(
    Guid commandGroup,
    uint commandId
)
Lazy<ISolutionTreeFilterProvider^>^ TryGetFilterProvider(
    Guid commandGroup, 
    unsigned int commandId
)
abstract TryGetFilterProvider : 
        commandGroup:Guid * 
        commandId:uint32 -> Lazy<ISolutionTreeFilterProvider> 
function TryGetFilterProvider(
    commandGroup : Guid, 
    commandId : uint
) : Lazy<ISolutionTreeFilterProvider>

Parameters

Return Value

Type: System.Lazy<ISolutionTreeFilterProvider>

.NET Framework Security

See Also

Reference

ISolutionAttachedCollectionService Interface

Microsoft.Internal.VisualStudio.PlatformUI Namespace