_CommandBars.TmcGetName[Int32, String] 属性

定义

不推荐使用此方法。

public:
 property int TmcGetName[int, System::String ^ %] { int get(int tmc, [Runtime::InteropServices::Out] System::String ^ % pbstrName); };
[System.Runtime.InteropServices.DispId(1610809362)]
public int TmcGetName[int tmc, out string pbstrName] { [System.Runtime.InteropServices.DispId(1610809362)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[<System.Runtime.InteropServices.DispId(1610809362)>]
[<get: System.Runtime.InteropServices.DispId(1610809362)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.TmcGetName(int * string) : int
Public ReadOnly Property TmcGetName(tmc As Integer, ByRef pbstrName As String) As Integer

参数

tmc
Int32

保留。 设置为0。

pbstrName
String

名称。

属性值

Int32

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

属性

注解

此方法在调用时会引发异常。

适用于