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.
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.