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
Public method DlgInit Method on internal interface. Do not use.
Public method GetStdHelp Method on internal interface. Do not use.
Public method VBDialogBoxParam Method on internal interface. Do not use.
Public method VBDialogCover Method on internal interface. Do not use.
Public method VsGetOpenFileName Method on internal interface. Do not use.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace