Compartir a través de


IVsEditorFactoryChooser Interface

Implemented by Editor choosers that chooses on behalf of other types of editor factory.

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

Syntax

'Declaración
<GuidAttribute("00462323-0C58-4B10-BC63-95ED7427744C")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsEditorFactoryChooser
'Uso
Dim instance As IVsEditorFactoryChooser
[GuidAttribute("00462323-0C58-4B10-BC63-95ED7427744C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEditorFactoryChooser
[GuidAttribute(L"00462323-0C58-4B10-BC63-95ED7427744C")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsEditorFactoryChooser
[<GuidAttribute("00462323-0C58-4B10-BC63-95ED7427744C")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEditorFactoryChooser =  interface end
public interface IVsEditorFactoryChooser

Remarks

This class is detected and called from [IVsUIShellOpenDocument] when documents are opened for editing. [IVsUIShellOpenDocument] uses information from this class to determine which editor to open.

See Also

Reference

IVsEditorFactoryChooser Members

Microsoft.VisualStudio.Shell.Interop Namespace