TableEntriesSnapshotFactoryBase Class

Visual Studio 2015
 

Helper class for those that want to implement only part of the ITableEntriesSnapshotFactory 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::TableEntriesSnapshotFactoryBase

public ref class TableEntriesSnapshotFactoryBase : ITableEntriesSnapshotFactory, 
	IDisposable

NameDescription
System_CAPS_pubmethodTableEntriesSnapshotFactoryBase()

Creates a new instance of TableEntriesSnapshotFactoryBase.

NameDescription
System_CAPS_pubpropertyCurrentVersionNumber

The version number associated with the current snapshot.

NameDescription
System_CAPS_pubmethodDispose()

Disposes the object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetCurrentSnapshot()

Get the current snapshot of the entries associated with the factory.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetSnapshot(Int32)

Get the snapshot associated with the specified versionNumber.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticEmptySnapshot

The empty snapshot.

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: