共用方式為


ITableEntryHandle.TryGetFactory 方法

定義

取得與 ITableEntriesSnapshotFactory這個 ITableEntryHandle相關聯的 、版本號碼和索引。 如果專案是由數據表控件所保留,則會傳回專案的快照集。

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

參數

factory
ITableEntriesSnapshotFactory

Factory。

versionNumber
Int32

版本號碼。

index
Int32

索引。

傳回

如果這是從 ITableEntriesSnapshot 建立的 ,則為 true,接著由 建立 ITableEntriesSnapshotFactory

適用於