Sdílet prostřednictvím


ITableEntryHandle.TryGetSnapshot(ITableEntriesSnapshot, Int32) Metoda

Definice

Získá ITableEntriesSnapshot a index přidružený k tomuto 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

Parametry

snapshot
ITableEntriesSnapshot

Snímek.

index
Int32

Index popisovače.

Návraty

true, pokud byl vytvořen z objektu ITableEntriesSnapshot a tento snímek byl připnutý (PinSnapshot()).

Platí pro