Partager via


ITableEntryHandle.TryGetSnapshot(ITableEntriesSnapshot, Int32) Méthode

Définition

Obtient ITableEntriesSnapshot et l’index associés à ce ITableEntryHandle.

public:
 bool TryGetSnapshot([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::TableManager::ITableEntriesSnapshot ^ % snapshot, [Runtime::InteropServices::Out] int % index);
public bool TryGetSnapshot (out Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot snapshot, out int index);
abstract member TryGetSnapshot : ITableEntriesSnapshot * int -> bool
Public Function TryGetSnapshot (ByRef snapshot As ITableEntriesSnapshot, ByRef index As Integer) As Boolean

Paramètres

snapshot
ITableEntriesSnapshot

Instantané.

index
Int32

Index du handle.

Retours

true si cela a été créé à partir d’un ITableEntriesSnapshot et que instantané a été épinglé (PinSnapshot()).

S’applique à