Share via


TelemetryPropertyBags.HasProperties<TValue> Method

Definition

Check, whether we have properties

public:
generic <typename TValue>
[System::Runtime::CompilerServices::Extension]
 static bool HasProperties(Microsoft::VisualStudio::Telemetry::ITelemetryPropertyBag<TValue> ^ bag);
public static bool HasProperties<TValue> (this Microsoft.VisualStudio.Telemetry.ITelemetryPropertyBag<TValue> bag);
static member HasProperties : Microsoft.VisualStudio.Telemetry.ITelemetryPropertyBag<'Value> -> bool
<Extension()>
Public Function HasProperties(Of TValue) (bag As ITelemetryPropertyBag(Of TValue)) As Boolean

Type Parameters

TValue

Parameters

Returns

Applies to