DesignerWindowPane.IVsDesignerInfo.get_DesignerTechnology Method
Returns the Windows form.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Private Function get_DesignerTechnology ( _
<OutAttribute> ByRef pbstrTechnology As String _
) As Integer Implements IVsDesignerInfo.get_DesignerTechnology
int IVsDesignerInfo.get_DesignerTechnology(
out string pbstrTechnology
)
private:
virtual int get_DesignerTechnology(
[OutAttribute] String^% pbstrTechnology
) sealed = IVsDesignerInfo::get_DesignerTechnology
private abstract get_DesignerTechnology :
pbstrTechnology:string byref -> int
private override get_DesignerTechnology :
pbstrTechnology:string byref -> int
JScript does not support explicit interface implementations.
Parameters
pbstrTechnology
Type: String%[out] Always returns "Microsoft:System.Windows.Forms:Form".
Return Value
Type: Int32
VSConstants.s_OK.
Implements
IVsDesignerInfo.get_DesignerTechnology(String%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.