This documentation is archived and is not being maintained.
VsTextTemplatingModelingAdapterManager Methods
Namespace:
Microsoft.VisualStudio.TextTemplating.ModelingAssembly:
Microsoft.VisualStudio.TextTemplating.Modeling.12.0 (in Microsoft.VisualStudio.TextTemplating.Modeling.12.0.dll)
| Name | Description |
|---|
 | CanCreateReference(array<Object^>^) | |
 | CheckCanCreateAdapter(ModelBusReference^) | |
 | ClearState() | Clear the store state for all adapters. |
 | CreateAdapter(ModelBusReference^) | |
 | CreateAdapter(ModelBusReference^, IServiceProvider^) | |
 | CreateDocumentHandler(ModelingAdapterReference^, IServiceProvider^) | Create a ModelingDocumentHandler given a ModelingAdapterReference. |
 | CreateLoadStore(Store^, ModelingAdapterReference^, IServiceProvider^) | Load a Store with the model for the given adapter reference. If the given Store is null then create the Store as well. |
 | CreateModelingAdapterInstance(ModelBusReference^, ModelElement^) | |
 | CreateReference(array<Object^>^) | |
 | CreateSerializerLocator() | |
 | DeserializeAdapterReference(String^, ReferenceContext^) | |
 | Dispose() | |
 | Dispose(Boolean) | |
 | DoCreateAdapter(ModelBusReference^, IServiceProvider^) | |
 | Equals(Object^) | |
 | FindStoreRoot(Store^, ModelingAdapterReference^, IServiceProvider^) | Given a cached store, find the model root within it for the given adapter reference. |
 | GetAdapterReferenceStoreKey(ModelingAdapterReference^) | Given an AdapterReference, provide a key that uniquely represents the Store that should be used for loading/dereferencing it. |
 | GetExposedElementTypes(String^) | |
 | GetHashCode() | |
 | GetSupportedLogicalAdapterIds() | |
 | GetType() | |
 | GetView(ModelBusAdapter^, ModelBusReference^) | |
 | MemberwiseClone() | |
 | SerializeAdapterReference(ModelBusAdapterReference^, ReferenceContext^) | |
 | ToString() | |
 | TryCreateReference(ModelBusReference^, array<Object^>^) | |
 | ValidateReference(ModelBusReference^, ValidateReferenceOption) | |
Return to top