IRelationshipService.TryGetFilterProvider Method
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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
- commandGroup
Type: System.Guid
- commandId
Type: System.UInt32
Return Value
Type: System.Lazy<ISolutionTreeFilterProvider>
.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.