Application.Subjects 속성

응용 프로그램에서 등록된 모든 주체를 가져옵니다.

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

구문

‘선언
Public ReadOnly Property Subjects As IDictionary(Of String, CepSubject)
    Get
‘사용 방법
Dim instance As Application 
Dim value As IDictionary(Of String, CepSubject)

value = instance.Subjects
public IDictionary<string, CepSubject> Subjects { get; }
public:
property IDictionary<String^, CepSubject^>^ Subjects {
    IDictionary<String^, CepSubject^>^ get ();
}
member Subjects : IDictionary<string, CepSubject>
function get Subjects () : IDictionary<String, CepSubject>

속성 값

유형: System.Collections.Generic.IDictionary<String, CepSubject>
응용 프로그램에서 등록된 모든 주체입니다.

참고 항목

참조

Application 클래스

Microsoft.ComplexEventProcessing 네임스페이스