IActiveDesigner Interface
Manages an ActiveX designer used as an editor.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("51AAE3E0-7486-11CF-A0C2-00AA0062BE57")> _
Public Interface IActiveDesigner
‘사용 방법
Dim instance As IActiveDesigner
[InterfaceTypeAttribute()]
[GuidAttribute("51AAE3E0-7486-11CF-A0C2-00AA0062BE57")]
public interface IActiveDesigner
[InterfaceTypeAttribute()]
[GuidAttribute(L"51AAE3E0-7486-11CF-A0C2-00AA0062BE57")]
public interface class IActiveDesigner
[<InterfaceTypeAttribute()>]
[<GuidAttribute("51AAE3E0-7486-11CF-A0C2-00AA0062BE57")>]
type IActiveDesigner = interface end
public interface IActiveDesigner