IVsReferenceManager.CreateProviderContext(Guid) 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 provider context to be used in ShowReferenceManager.
public:
Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext ^ CreateProviderContext(Guid guidProvider);
public Microsoft.VisualStudio.Shell.Interop.IVsReferenceProviderContext CreateProviderContext (Guid guidProvider);
abstract member CreateProviderContext : Guid -> Microsoft.VisualStudio.Shell.Interop.IVsReferenceProviderContext
Public Function CreateProviderContext (guidProvider As Guid) As IVsReferenceProviderContext
Parameters
- guidProvider
- Guid
[in] The provider's GUID.
Returns
The created provider context.