Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds extra keys to the moniker lookup table that resolves monikers.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Protected Sub AddToLookupTable ( _
monikerName As String, _
mel As ModelElement _
)
protected void AddToLookupTable(
string monikerName,
ModelElement mel
)
protected:
void AddToLookupTable(
String^ monikerName,
ModelElement^ mel
)
member AddToLookupTable :
monikerName:string *
mel:ModelElement -> unit
protected function AddToLookupTable(
monikerName : String,
mel : ModelElement
)
Parameters
- monikerName
Type: System.String
The name to match against moniker keys.
- mel
Type: Microsoft.VisualStudio.Modeling.ModelElement
The model element to return if the keys match.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.