DesignerWindowPane.IVsDesignerInfo.get_DesignerTechnology Method

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

Syntax

‘선언
Private Function get_DesignerTechnology ( _
    <OutAttribute> ByRef pbstrTechnology As String _
) As Integer Implements IVsDesignerInfo.get_DesignerTechnology
‘사용 방법
Dim instance As DesignerWindowPane
Dim pbstrTechnology As String
Dim returnValue As Integer

returnValue = CType(instance, IVsDesignerInfo).get_DesignerTechnology(pbstrTechnology)
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

Return Value

Type: System.Int32

Implements

IVsDesignerInfo.get_DesignerTechnology(String%)

.NET Framework Security

See Also

Reference

DesignerWindowPane Class

DesignerWindowPane Members

Microsoft.VisualStudio.Shell.Design Namespace