IVsOutputGroup.get_KeyOutput(String) 方法

定义

返回密钥输出组的规范名称。

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

参数

pbstrCanonicalName
String

弄指向密钥输出组的规范名称的指针。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

适用于