Application.Sources 屬性

取得應用程式中註冊的所有來源。

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

語法

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

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

屬性值

型別:System.Collections.Generic.IDictionary<String, CepSource>
應用程式中註冊的所有來源。

請參閱

參考

Application 類別

Microsoft.ComplexEventProcessing 命名空間