SimpleMonikerResolver::AddToLookupTable Method (String^, ModelElement^)

 

Adds extra keys to the moniker lookup table that resolves monikers.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

protected:
void AddToLookupTable(
	String^ monikerName,
	ModelElement^ mel
)

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.

Return to top
Show: