ITableEntryHandle.TryGetFactory Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le ITableEntriesSnapshotFactorynuméro de version et l’index associés à ce ITableEntryHandle. La instantané de l’entrée sera retournée si elle est détenue par le contrôle de table.
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
Paramètres
- factory
- ITableEntriesSnapshotFactory
Fabrique.
- versionNumber
- Int32
Numéro de version.
- index
- Int32
Index.
Retours
true si celui-ci a été créé à partir d’un ITableEntriesSnapshot qui, à son tour, a été créé par un ITableEntriesSnapshotFactory.