Share via


ItemsSourceCache.IItemsSourceCache.TryGetItemsSource 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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Private Function TryGetItemsSource ( _
    relationshipIdentity As String, _
    <OutAttribute> ByRef source As IItemsSource _
) As Boolean Implements IItemsSourceCache.TryGetItemsSource
bool IItemsSourceCache.TryGetItemsSource(
    string relationshipIdentity,
    out IItemsSource source
)
private:
virtual bool TryGetItemsSource(
    String^ relationshipIdentity, 
    [OutAttribute] IItemsSource^% source
) sealed = IItemsSourceCache::TryGetItemsSource
private abstract TryGetItemsSource : 
        relationshipIdentity:string * 
        source:IItemsSource byref -> bool  
private override TryGetItemsSource : 
        relationshipIdentity:string * 
        source:IItemsSource byref -> bool
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Boolean

Implements

IItemsSourceCache.TryGetItemsSource(String, IItemsSource)

.NET Framework Security

See Also

Reference

ItemsSourceCache Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace