DkmTelemetryEvent.GetCanCollectPrivateInformation Method

Definition

Queries the VS Telemetry Service to determine if private user information can be collected.

This API was introduced in Visual Studio 14 Update 1 (DkmApiVersion.VS14Update1).

public:
 bool GetCanCollectPrivateInformation();
public:
 bool GetCanCollectPrivateInformation();
bool GetCanCollectPrivateInformation();
public bool GetCanCollectPrivateInformation ();
member this.GetCanCollectPrivateInformation : unit -> bool
Public Function GetCanCollectPrivateInformation () As Boolean

Returns

[Out] True if private user information can be collected.

Applies to