DkmTelemetryEvent.GetCanCollectPrivateInformation 方法

定义

查询 VS 遥测服务以确定是否可以收集专用用户信息。

此 API 是在 Visual Studio 14 Update 1 (VS14Update1) 中引入的。

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

返回

Boolean

弄如果可以收集私有用户信息,则为 True。

适用于