TelemetryPropertyBags.HasProperties<TValue> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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