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

'Dichiarazione
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("59518321-3CCA-4BC9-BC1B-ADBCEEF21F14")> _
Public Interface IVsDesignerInfo
'Utilizzo
Dim instance As IVsDesignerInfo
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("59518321-3CCA-4BC9-BC1B-ADBCEEF21F14")]
public interface IVsDesignerInfo
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"59518321-3CCA-4BC9-BC1B-ADBCEEF21F14")]
public interface class IVsDesignerInfo
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("59518321-3CCA-4BC9-BC1B-ADBCEEF21F14")>]
type IVsDesignerInfo =  interface end
public interface IVsDesignerInfo

See Also

Reference

IVsDesignerInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace