TextTemplatingSession Class
Trivial implementation of text transformation session interface
Assembly: Microsoft.VisualStudio.TextTemplating.12.0 (in Microsoft.VisualStudio.TextTemplating.12.0.dll)
System.Collections.Generic::Dictionary<TKey, TValue>
Microsoft.VisualStudio.TextTemplating::TextTemplatingSession
[SerializableAttribute] public ref class TextTemplatingSession sealed : Dictionary<String^, Object^>, ITextTemplatingSession, IEquatable<ITextTemplatingSession^>, IEquatable<Guid>, IDictionary<String^, Object^>, ICollection<KeyValuePair<String^, Object^>>, IEnumerable<KeyValuePair<String^, Object^>>, IEnumerable, ISerializable
| Name | Description | |
|---|---|---|
![]() | Comparer | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Count | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Id | The identity of the session |
![]() | Item[TKey] | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Keys | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Values | (Inherited from Dictionary<TKey, TValue>.) |
| Name | Description | |
|---|---|---|
![]() | Add(TKey, TValue) | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Clear() | (Inherited from Dictionary<TKey, TValue>.) |
![]() | ContainsKey(TKey) | (Inherited from Dictionary<TKey, TValue>.) |
![]() | ContainsValue(TValue) | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Equals(Guid) | |
![]() | Equals(ITextTemplatingSession^) | |
![]() | Equals(Object^) | (Overrides Object::Equals(Object^).) |
![]() | GetEnumerator() | (Inherited from Dictionary<TKey, TValue>.) |
![]() | GetHashCode() | (Overrides Object::GetHashCode().) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Dictionary<TKey, TValue>.) |
![]() | GetType() | (Inherited from Object.) |
![]() | OnDeserialization(Object^) | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Remove(TKey) | (Inherited from Dictionary<TKey, TValue>.) |
![]() | ToString() | (Inherited from Object.) |
![]() | TryGetValue(TKey, TValue) | (Inherited from Dictionary<TKey, TValue>.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



