IVsCodeShareHandler Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Internal interface. Do not use.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("F4936BE4-7AE0-4C97-9D82-51D219FC5D77")> _
Public Interface IVsCodeShareHandler
[InterfaceTypeAttribute()]
[GuidAttribute("F4936BE4-7AE0-4C97-9D82-51D219FC5D77")]
public interface IVsCodeShareHandler
[InterfaceTypeAttribute()]
[GuidAttribute(L"F4936BE4-7AE0-4C97-9D82-51D219FC5D77")]
public interface class IVsCodeShareHandler
[<InterfaceTypeAttribute()>]
[<GuidAttribute("F4936BE4-7AE0-4C97-9D82-51D219FC5D77")>]
type IVsCodeShareHandler = interface end
public interface IVsCodeShareHandler
The IVsCodeShareHandler type exposes the following members.
Methods
Name | Description | |
---|---|---|
DlgInit | Method on internal interface. Do not use. | |
GetStdHelp | Method on internal interface. Do not use. | |
VBDialogBoxParam | Method on internal interface. Do not use. | |
VBDialogCover | Method on internal interface. Do not use. | |
VsGetOpenFileName | Method on internal interface. Do not use. |
Top