ITextTemplatingSession 인터페이스
지시문 프로세서에서 텍스트 템플릿으로 정보를 전송하는 데 사용할 수 있습니다.
네임스페이스: Microsoft.VisualStudio.TextTemplating
어셈블리: Microsoft.VisualStudio.TextTemplating.Interfaces.10.0(Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)
구문
‘선언
<CLSCompliantAttribute(True)> _
Public Interface ITextTemplatingSession _
Inherits IEquatable(Of ITextTemplatingSession), IEquatable(Of Guid), _
IDictionary(Of String, Object), ICollection(Of KeyValuePair(Of String, Object)), _
IEnumerable(Of KeyValuePair(Of String, Object)), IEnumerable, _
ISerializable
[CLSCompliantAttribute(true)]
public interface ITextTemplatingSession : IEquatable<ITextTemplatingSession>,
IEquatable<Guid>, IDictionary<string, Object>, ICollection<KeyValuePair<string, Object>>,
IEnumerable<KeyValuePair<string, Object>>, IEnumerable, ISerializable
[CLSCompliantAttribute(true)]
public interface class ITextTemplatingSession : IEquatable<ITextTemplatingSession^>,
IEquatable<Guid>, IDictionary<String^, Object^>,
ICollection<KeyValuePair<String^, Object^>>, IEnumerable<KeyValuePair<String^, Object^>>,
IEnumerable, ISerializable
[<CLSCompliantAttribute(true)>]
type ITextTemplatingSession =
interface
interface IEquatable<ITextTemplatingSession>
interface IEquatable<Guid>
interface IDictionary<string, Object>
interface ICollection<KeyValuePair<string, Object>>
interface IEnumerable<KeyValuePair<string, Object>>
interface IEnumerable
interface ISerializable
end
public interface ITextTemplatingSession extends IEquatable<ITextTemplatingSession>, IEquatable<Guid>, IDictionary<String, Object>, ICollection<KeyValuePair<String, Object>>, IEnumerable<KeyValuePair<String, Object>>, IEnumerable, ISerializable
ITextTemplatingSession 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
Count | ICollection<T> 에 포함된 요소 수를 가져옵니다. (ICollection<KeyValuePair<String, Object>>에서 상속됨) |
![]() |
Id | 세션 인스턴스를 값으로 비교하는 데 사용되는 이 세션의 ID입니다. |
![]() |
IsReadOnly | ICollection<T> 이 읽기 전용인지 여부를 나타내는 값을 가져옵니다. (ICollection<KeyValuePair<String, Object>>에서 상속됨) |
![]() |
Item | 지정된 키가 있는 요소를 가져오거나 설정합니다. (IDictionary<String, Object>에서 상속됨) |
![]() |
Keys | IDictionary<TKey, TValue> 의 키를 포함하는 ICollection<T>을 가져옵니다. (IDictionary<String, Object>에서 상속됨) |
![]() |
Values | IDictionary<TKey, TValue> 의 값을 포함하는 ICollection<T>을 가져옵니다. (IDictionary<String, Object>에서 상속됨) |
위쪽
메서드
위쪽
설명
세션은 응용 프로그램 도메인과 프로세스에 걸쳐 serialize된 개체입니다.매개 변수를 T4 엔진에 전달할 수 있는 사전 동작이 있습니다.자신의 ID GUID 기반 속성을 다르게 구현 형식을 직접 비교할 수 있도록 비교 하 여 비교 합니다.