Compartilhar via


IVsDesignerInfo.get_DesignerTechnology(String) Method

Definition

Gets the technology of the designer.

public:
 int get_DesignerTechnology([Runtime::InteropServices::Out] System::String ^ % pbstrTechnology);
public int get_DesignerTechnology (out string pbstrTechnology);
abstract member get_DesignerTechnology : string -> int
Public Function get_DesignerTechnology (ByRef pbstrTechnology As String) As Integer

Parameters

pbstrTechnology
String

[out] The name of the technology.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to