ICommandingTextBufferResolverProvider.CreateResolver(ITextView) 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.
Creates a ICommandingTextBufferResolver for a given ITextView.
public:
Microsoft::VisualStudio::Text::Editor::Commanding::ICommandingTextBufferResolver ^ CreateResolver(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public Microsoft.VisualStudio.Text.Editor.Commanding.ICommandingTextBufferResolver CreateResolver (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member CreateResolver : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Text.Editor.Commanding.ICommandingTextBufferResolver
Public Function CreateResolver (textView As ITextView) As ICommandingTextBufferResolver
Parameters
Returns
A new instance of ICommandingTextBufferResolver.