TextTemplatingSession Properties

Include Protected Members
Include Inherited Members

The TextTemplatingSession type exposes the following members.

Properties

  Name Description
Public property Comparer Gets the IEqualityComparer that is used to determine equality of keys for the dictionary. (Inherited from Dictionary<String, Object>.)
Public property Count Gets the number of key/value pairs contained in the Dictionary. (Inherited from Dictionary<String, Object>.)
Public property Id The identity of the session
Public property Item Gets or sets the value associated with the specified key. (Inherited from Dictionary<String, Object>.)
Public property Keys Gets a collection containing the keys in the Dictionary. (Inherited from Dictionary<String, Object>.)
Public property Values Gets a collection containing the values in the Dictionary. (Inherited from Dictionary<String, Object>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property System#Collections#IDictionary#IsFixedSize Gets a value indicating whether the IDictionary has a fixed size. (Inherited from Dictionary<String, Object>.)
Explicit interface implemetationPrivate property System#Collections#Generic#ICollection{T}#IsReadOnly Gets a value indicating whether the dictionary is read-only. (Inherited from Dictionary<String, Object>.)
Explicit interface implemetationPrivate property System#Collections#IDictionary#IsReadOnly Gets a value indicating whether the IDictionary is read-only. (Inherited from Dictionary<String, Object>.)
Explicit interface implemetationPrivate property System#Collections#ICollection#IsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from Dictionary<String, Object>.)
Explicit interface implemetationPrivate property System#Collections#IDictionary#Item Gets or sets the value with the specified key. (Inherited from Dictionary<String, Object>.)
Explicit interface implemetationPrivate property System#Collections#Generic#IDictionary{TKey@TValue}#Keys Gets an ICollection containing the keys of the IDictionary. (Inherited from Dictionary<String, Object>.)
Explicit interface implemetationPrivate property System#Collections#Generic#IReadOnlyDictionary{TKey@TValue}#Keys Gets a collection containing the keys of the IReadOnlyDictionary. (Inherited from Dictionary<String, Object>.)
Explicit interface implemetationPrivate property System#Collections#IDictionary#Keys Gets an ICollection containing the keys of the IDictionary. (Inherited from Dictionary<String, Object>.)
Explicit interface implemetationPrivate property System#Collections#ICollection#SyncRoot Gets an object that can be used to synchronize access to the ICollection. (Inherited from Dictionary<String, Object>.)
Explicit interface implemetationPrivate property System#Collections#Generic#IDictionary{TKey@TValue}#Values Gets an ICollection containing the values in the IDictionary. (Inherited from Dictionary<String, Object>.)
Explicit interface implemetationPrivate property System#Collections#Generic#IReadOnlyDictionary{TKey@TValue}#Values Gets a collection containing the values of the IReadOnlyDictionary. (Inherited from Dictionary<String, Object>.)
Explicit interface implemetationPrivate property System#Collections#IDictionary#Values Gets an ICollection containing the values in the IDictionary. (Inherited from Dictionary<String, Object>.)

Top

See Also

Reference

TextTemplatingSession Class

Microsoft.VisualStudio.TextTemplating Namespace