IVsEditorFactoryChooser Interface
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'宣告
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("00462323-0C58-4B10-BC63-95ED7427744C")> _
Public Interface IVsEditorFactoryChooser
'用途
Dim instance As IVsEditorFactoryChooser
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("00462323-0C58-4B10-BC63-95ED7427744C")]
public interface IVsEditorFactoryChooser
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"00462323-0C58-4B10-BC63-95ED7427744C")]
public interface class IVsEditorFactoryChooser
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("00462323-0C58-4B10-BC63-95ED7427744C")>]
type IVsEditorFactoryChooser = interface end
public interface IVsEditorFactoryChooser