[This is preliminary documentation and is subject to change.]
Enumerates sources per Datum type ever recorded by the instance. This property may be used to build
UIs for instrumentation, i.e. datum type tree. Returned data is NOT ORDERED
Namespace: NFX.InstrumentationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IEnumerable<string> GetDatumTypeSources(
Type datumType,
out Datum defaultInstance
)
public IEnumerable<string> GetDatumTypeSources(
Type datumType,
out Datum defaultInstance
)
Public Function GetDatumTypeSources (
datumType As Type,
<OutAttribute> ByRef defaultInstance As Datum
) As IEnumerable(Of String)
Public Function GetDatumTypeSources (
datumType As Type,
<OutAttribute> ByRef defaultInstance As Datum
) As IEnumerable(Of String)
public:
virtual IEnumerable<String^>^ GetDatumTypeSources(
Type^ datumType,
[OutAttribute] Datum^% defaultInstance
) sealed
public:
virtual IEnumerable<String^>^ GetDatumTypeSources(
Type^ datumType,
[OutAttribute] Datum^% defaultInstance
) sealed
abstract GetDatumTypeSources :
datumType : Type *
defaultInstance : Datum byref -> IEnumerable<string>
override GetDatumTypeSources :
datumType : Type *
defaultInstance : Datum byref -> IEnumerable<string>
abstract GetDatumTypeSources :
datumType : Type *
defaultInstance : Datum byref -> IEnumerable<string>
override GetDatumTypeSources :
datumType : Type *
defaultInstance : Datum byref -> IEnumerable<string>
Return Value
Type:
IEnumerable
String Implements
IInstrumentation GetDatumTypeSources(Type, Datum )