SimpleMonikerResolver.AddToLookupTable(String, ModelElement) Method
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.
Derived classes can call this method to add extra keys to the moniker lookup table used to resolve monikers.
protected:
void AddToLookupTable(System::String ^ monikerName, Microsoft::VisualStudio::Modeling::ModelElement ^ mel);
protected void AddToLookupTable (string monikerName, Microsoft.VisualStudio.Modeling.ModelElement mel);
member this.AddToLookupTable : string * Microsoft.VisualStudio.Modeling.ModelElement -> unit
Protected Sub AddToLookupTable (monikerName As String, mel As ModelElement)
Parameters
- monikerName
- String
The name to match against moniker keys
- mel
- ModelElement
The model element to return if keys match