Condividi tramite


Metodo ItemsSourceCache.IItemsSourceCache.TryGetItemsSource

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Private Function TryGetItemsSource ( _
    relationshipIdentity As String, _
    <OutAttribute> ByRef source As IItemsSource _
) As Boolean Implements IItemsSourceCache.TryGetItemsSource
bool IItemsSourceCache.TryGetItemsSource(
    string relationshipIdentity,
    out IItemsSource source
)

Parametri

Valore restituito

Tipo: System.Boolean

Implementa

IItemsSourceCache.TryGetItemsSource(String, IItemsSource%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ItemsSourceCache Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI