IVsReferenceManager::CreateProviderContext Method (Guid)

 

Creates a provider context to be used in ShowReferenceManager.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

IVsReferenceProviderContext^ CreateProviderContext(
	Guid guidProvider
)

Parameters

guidProvider
Type: System::Guid

[in] The provider's GUID.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsReferenceProviderContext^

The created provider context.

Return to top
Show: