Sdílet prostřednictvím


ITableEntryHandle.TryGetFactory Metoda

Definice

ITableEntriesSnapshotFactoryZíská číslo verze a index přidružený k tomuto ITableEntryHandle. Snímek položky se vrátí, pokud ho uchovává ovládací prvek tabulky.

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

Parametry

factory
ITableEntriesSnapshotFactory

Továrna.

versionNumber
Int32

Číslo verze.

index
Int32

Index.

Návraty

pokud byla vytvořena z objektu ITableEntriesSnapshot , který byl následně vytvořen objektem ITableEntriesSnapshotFactory.

Platí pro