TelemetrySession.RemovePersistedSharedProperty(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
删除所有会话的持久化共享属性意味着从此默认上下文中删除共享的属性,以及在计算机上的任何未来会话中删除共享属性。
public:
void RemovePersistedSharedProperty(System::String ^ propertyName);
public void RemovePersistedSharedProperty (string propertyName);
member this.RemovePersistedSharedProperty : string -> unit
Public Sub RemovePersistedSharedProperty (propertyName As String)
参数
- propertyName
- String