Condividi tramite


ITableEntryHandle.TryGetFactory Metodo

Definizione

Ottiene il numero di versione e l'indice ITableEntriesSnapshotFactoryassociati a questo ITableEntryHandleoggetto . Lo snapshot della voce verrà restituito se viene mantenuto dal controllo tabella.

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

Parametri

factory
ITableEntriesSnapshotFactory

Factory.

versionNumber
Int32

Numero di versione.

index
Int32

Indice.

Restituisce

true se è stato creato da un ITableEntriesSnapshot oggetto che, a sua volta, è stato creato da un oggetto ITableEntriesSnapshotFactory.

Si applica a