VsTextTemplatingModelingAdapterManager::FindStoreRoot Method (Store^, ModelingAdapterReference^, IServiceProvider^)

 

Given a cached store, find the model root within it for the given adapter reference.

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

protected:
virtual ModelElement^ FindStoreRoot(
	Store^ store,
	ModelingAdapterReference^ adapterReference,
	IServiceProvider^ serviceProvider
)

Return Value

Type: Microsoft.VisualStudio.Modeling::ModelElement^

The root element or null, if the adapter reference is not found.

Return to top
Show: