DesignerWindowPane.IVsDesignerInfo.get_DesignerTechnology(String) Method

Definition

Returns the Windows form.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsDesignerInfo.get_DesignerTechnology([Runtime::InteropServices::Out] System::String ^ % pbstrTechnology) = Microsoft::VisualStudio::Shell::Interop::IVsDesignerInfo::get_DesignerTechnology;
int IVsDesignerInfo.get_DesignerTechnology (out string pbstrTechnology);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsDesignerInfo.get_DesignerTechnology : string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsDesignerInfo.get_DesignerTechnology : string -> int
Function get_DesignerTechnology (ByRef pbstrTechnology As String) As Integer Implements IVsDesignerInfo.get_DesignerTechnology

Parameters

pbstrTechnology
String

[out] Always returns "Microsoft:System.Windows.Forms:Form".

Returns

VSConstants.s_OK.

Implements

Applies to