DesignerWindowPane::IVsDesignerInfo::get_DesignerTechnology Method (String^)

 

Returns the Windows form.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

private:
virtual int get_DesignerTechnology(
	[OutAttribute] String^% pbstrTechnology
) sealed = IVsDesignerInfo::get_DesignerTechnology

Parameters

pbstrTechnology
Type: System::String^

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

Return Value

Type: System::Int32

VSConstants.s_OK.

Return to top
Show: