DkmTaskProviderOperationContext.SourceId Property

Definition

Identifies the creator of the operation context. This is used for filtering for IDkmTaskProviderOperationProgressNotification. If the caller doesn't want to receive progress notifications, this can be set to Guid.Empty (GUID_NULL).

This API was introduced in Visual Studio 16 Update 5 (DkmApiVersion.VS16Update5).

public:
 property Guid SourceId { Guid get(); };
public Guid SourceId { get; }
member this.SourceId : Guid
Public ReadOnly Property SourceId As Guid

Property Value

Applies to