IVsUIFactory Interface
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("D416BA0D-25C6-463B-B2BD-F06142F0D4B7")> _
Public Interface IVsUIFactory
‘사용 방법
Dim instance As IVsUIFactory
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("D416BA0D-25C6-463B-B2BD-F06142F0D4B7")]
public interface IVsUIFactory
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"D416BA0D-25C6-463B-B2BD-F06142F0D4B7")]
public interface class IVsUIFactory
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("D416BA0D-25C6-463B-B2BD-F06142F0D4B7")>]
type IVsUIFactory = interface end
public interface IVsUIFactory