IVsDesignerInfo Interface

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

Syntax

‘선언
<GuidAttribute("59518321-3CCA-4BC9-BC1B-ADBCEEF21F14")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsDesignerInfo
‘사용 방법
Dim instance As IVsDesignerInfo
[GuidAttribute("59518321-3CCA-4BC9-BC1B-ADBCEEF21F14")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDesignerInfo
[GuidAttribute(L"59518321-3CCA-4BC9-BC1B-ADBCEEF21F14")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsDesignerInfo
[<GuidAttribute("59518321-3CCA-4BC9-BC1B-ADBCEEF21F14")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDesignerInfo =  interface end
public interface IVsDesignerInfo

See Also

Reference

IVsDesignerInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace