共用方式為


SimpleMonikerResolver.AddToLookupTable 方法

將額外的索引鍵加入至解析 Mniker 的 Moniker 查閱資料表。

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

語法

'宣告
Protected Sub AddToLookupTable ( _
    monikerName As String, _
    mel As ModelElement _
)
protected void AddToLookupTable(
    string monikerName,
    ModelElement mel
)

參數

  • monikerName
    類型:System.String
    要與 moniker 索引鍵比對的名稱。

.NET Framework 安全性

請參閱

參考

SimpleMonikerResolver 類別

Microsoft.VisualStudio.Modeling 命名空間