TransactionEventArgs.ElementId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the Id of the element to which this notification pertains
public:
virtual property Guid ElementId { Guid get(); };
public override Guid ElementId { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.ElementId : Guid
Public Overrides ReadOnly Property ElementId As Guid
Property Value
empty guid
- Attributes