TelemetrySession.RegisterPropertyBag(String, TelemetryPropertyBag) 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.
Register the given property bag.
public:
void RegisterPropertyBag(System::String ^ name, Microsoft::VisualStudio::Telemetry::TelemetryPropertyBag ^ propertyBag);
public void RegisterPropertyBag (string name, Microsoft.VisualStudio.Telemetry.TelemetryPropertyBag propertyBag);
member this.RegisterPropertyBag : string * Microsoft.VisualStudio.Telemetry.TelemetryPropertyBag -> unit
Public Sub RegisterPropertyBag (name As String, propertyBag As TelemetryPropertyBag)
Parameters
- name
- String
- propertyBag
- TelemetryPropertyBag