Compartir a través de


ITableEntryHandle.TryGetSnapshot(ITableEntriesSnapshot, Int32) Método

Definición

Obtiene ITableEntriesSnapshot e índice asociado a este ITableEntryHandleobjeto .

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

Parámetros

snapshot
ITableEntriesSnapshot

Instantánea.

index
Int32

Índice del identificador.

Devoluciones

True si se creó a partir de y ITableEntriesSnapshot esa instantánea se ha anclado (PinSnapshot()).

Se aplica a