共用方式為


ElementDeletingEventArgs 建構函式 (IElementDirectory, DomainClassInfo, Guid, ChangeSource)

注意:這個應用程式開發介面現在已經過時。

建構函式

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

語法

'宣告
<ObsoleteAttribute("Use constructor with TransactionContext parameter")> _
Public Sub New ( _
    directory As IElementDirectory, _
    domainClass As DomainClassInfo, _
    elementId As Guid, _
    changeSource As ChangeSource _
)
[ObsoleteAttribute("Use constructor with TransactionContext parameter")]
public ElementDeletingEventArgs(
    IElementDirectory directory,
    DomainClassInfo domainClass,
    Guid elementId,
    ChangeSource changeSource
)

參數

  • elementId
    類型:System.Guid
    已刪除的 ModelElement 的 ID

.NET Framework 安全性

請參閱

參考

ElementDeletingEventArgs 類別

ElementDeletingEventArgs 多載

Microsoft.VisualStudio.Modeling 命名空間