Compartilhar via


ITableEntryHandle.TryGetFactory Método

Definição

Obtém o , o ITableEntriesSnapshotFactorynúmero de versão e o índice associados a este ITableEntryHandle. A instantâneo da entrada será retornada se ela estiver sendo mantida pelo controle de tabela.

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

Parâmetros

factory
ITableEntriesSnapshotFactory

O alocador.

versionNumber
Int32

O número de versão.

index
Int32

O índice.

Retornos

true se isso foi criado a partir de um ITableEntriesSnapshot que, por sua vez, foi criado por um ITableEntriesSnapshotFactory.

Aplica-se a