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 命名空間