Application.Entities 屬性

取得應用程式中註冊的所有實體 (來源、接收、主體和程序)。

命名空間:  Microsoft.ComplexEventProcessing
組件:  Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)

語法

'宣告
Public ReadOnly Property Entities As IDictionary(Of String, CepEntity)
    Get
'用途
Dim instance As Application 
Dim value As IDictionary(Of String, CepEntity)

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

屬性值

型別:System.Collections.Generic.IDictionary<String, CepEntity>
應用程式中註冊的所有實體。

請參閱

參考

Application 類別

Microsoft.ComplexEventProcessing 命名空間