Condividi tramite


ITableEntryHandle.TryGetSnapshot(ITableEntriesSnapshot, Int32) Metodo

Definizione

Ottiene ITableEntriesSnapshot e indice associato a questo ITableEntryHandleoggetto .

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

Parametri

snapshot
ITableEntriesSnapshot

Snapshot.

index
Int32

Indice dell'handle.

Restituisce

true se questa operazione è stata creata da un ITableEntriesSnapshot oggetto e tale snapshot è stato aggiunto (PinSnapshot()).

Si applica a