IVsReferenceManager.CreateProviderContext Method
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)
Syntax
'Declaration
Function CreateProviderContext ( _
guidProvider As Guid _
) As IVsReferenceProviderContext
IVsReferenceProviderContext CreateProviderContext(
Guid guidProvider
)
IVsReferenceProviderContext^ CreateProviderContext(
[InAttribute] Guid guidProvider
)
abstract CreateProviderContext :
guidProvider:Guid -> IVsReferenceProviderContext
function CreateProviderContext(
guidProvider : Guid
) : IVsReferenceProviderContext
Parameters
guidProvider
Type: Guid[in] The provider's GUID.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsReferenceProviderContext
The created provider context.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.