Share via


Templates 인터페이스

현재 프로젝트의 모든 템플릿을 나타냅니다.

네임스페이스:  EnvDTE90
어셈블리:  EnvDTE90(EnvDTE90.dll)

구문

‘선언
<GuidAttribute("30C96324-A117-4618-A9A9-0B06EC455121")> _
Public Interface Templates _
    Inherits IEnumerable
[GuidAttribute("30C96324-A117-4618-A9A9-0B06EC455121")]
public interface Templates : IEnumerable
[GuidAttribute(L"30C96324-A117-4618-A9A9-0B06EC455121")]
public interface class Templates : IEnumerable
[<GuidAttribute("30C96324-A117-4618-A9A9-0B06EC455121")>]
type Templates =  
    interface 
        interface IEnumerable 
    end
public interface Templates extends IEnumerable

Templates 형식에서는 다음과 같은 멤버를 노출합니다.

속성

  이름 설명
Public 속성 Count 컬렉션에서 템플릿 수를 가져옵니다.
Public 속성 Item Templates 컬렉션의 특정 템플릿을 나타냅니다.

위쪽

메서드

  이름 설명
Public 메서드 GetEnumerator 컬렉션의 항목에 대한 열거형을 반환합니다.

위쪽

참고 항목

참조

EnvDTE90 네임스페이스