TelemetrySession.GetPropertyBag(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
按给定名称获取属性包。
public:
Microsoft::VisualStudio::Telemetry::TelemetryPropertyBag ^ GetPropertyBag(System::String ^ name);
public Microsoft.VisualStudio.Telemetry.TelemetryPropertyBag GetPropertyBag (string name);
member this.GetPropertyBag : string -> Microsoft.VisualStudio.Telemetry.TelemetryPropertyBag
Public Function GetPropertyBag (name As String) As TelemetryPropertyBag
参数
- name
- String
返回
如果没有具有此名称的属性包,则为 null。