ModelingPackage.CreateLocator 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.
Factory method to create a ModelElementLocator instance for this package.
protected:
virtual Microsoft::VisualStudio::Modeling::Shell::ModelElementLocator ^ CreateLocator();
protected virtual Microsoft.VisualStudio.Modeling.Shell.ModelElementLocator CreateLocator ();
abstract member CreateLocator : unit -> Microsoft.VisualStudio.Modeling.Shell.ModelElementLocator
override this.CreateLocator : unit -> Microsoft.VisualStudio.Modeling.Shell.ModelElementLocator
Protected Overridable Function CreateLocator () As ModelElementLocator