DesignerWindowPane.IVsDesignerInfo.get_DesignerTechnology(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.