Processes 인터페이스
Process 개체의 컬렉션입니다.
네임스페이스: EnvDTE
어셈블리: EnvDTE(EnvDTE.dll)
구문
‘선언
<GuidAttribute("9F379969-5EAC-4A54-B2BC-6946CFFB56EF")> _
Public Interface Processes _
Inherits IEnumerable
[GuidAttribute("9F379969-5EAC-4A54-B2BC-6946CFFB56EF")]
public interface Processes : IEnumerable
[GuidAttribute(L"9F379969-5EAC-4A54-B2BC-6946CFFB56EF")]
public interface class Processes : IEnumerable
[<GuidAttribute("9F379969-5EAC-4A54-B2BC-6946CFFB56EF")>]
type Processes =
interface
interface IEnumerable
end
public interface Processes extends IEnumerable
Processes 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Count | Processes 컬렉션의 개체 수를 나타내는 값을 가져옵니다. | |
DTE | 최상위 확장성 개체를 가져옵니다. | |
Parent | Processes 컬렉션의 바로 위 부모 개체를 가져옵니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
GetEnumerator | 컬렉션의 항목에 대한 열거형을 가져옵니다. | |
Item | Processes 컬렉션의 인덱싱된 멤버를 반환합니다. |
위쪽