TableEntriesSnapshotBase Class

Visual Studio 2015
 

Helper class for those that want to implement only part of the ITableEntriesSnapshot interface.

Namespace:   Microsoft.VisualStudio.Shell.TableManager
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System::Object
  Microsoft.VisualStudio.Shell.TableManager::TableEntriesSnapshotBase
    Microsoft.VisualStudio.Shell.TableControl::WpfTableEntriesSnapshotBase

public ref class TableEntriesSnapshotBase : ITableEntriesSnapshot, 
	IDisposable

NameDescription
System_CAPS_pubmethodTableEntriesSnapshotBase()

Creates a new instance of TableEntriesSnapshotBase.

NameDescription
System_CAPS_pubpropertyCount

Number of entries in this snapshot.

System_CAPS_pubpropertyVersionNumber

Get the version number associated with the snapshot.

NameDescription
System_CAPS_pubmethodDispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(Int32, ITableEntriesSnapshot^)

Returns the index of the entry at currentIndex in this snapshot in a later snapshot newSnapshot).

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodStartCaching()

Hint to the snapshot that there will be a lot of access to the snapshot's data.

System_CAPS_pubmethodStopCaching()

Hint to the snapshot that the snapshot's entries will no longer be accessed.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetValue(Int32, String^, Object^)

Get the data for the columnName of the entry at index.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: