EventSourceAttribute.Guid 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置事件源标识符。
public:
property System::String ^ Guid { System::String ^ get(); void set(System::String ^ value); };
public string Guid { get; set; }
public string? Guid { get; set; }
member this.Guid : string with get, set
Public Property Guid As String
属性值
事件源标识符。
注解
在标准用法中,在定义或引用事件源时不需要指定 GUID,因为 GUID 隐式派生自事件源类的名称。 除非将现有 ETW 提供程序升级到使用事件源,否则不建议显式定义 GUID。