CommandBarsClass.TmcGetName[Int32, String] 属性

定义

获取名称。 此方法已被否决。

public:
 virtual property int TmcGetName[int, System::String ^ %] { int get(int tmc, [Runtime::InteropServices::Out] System::String ^ % pbstrName); };
[System.Runtime.InteropServices.DispId(1610809362)]
public virtual 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 Overridable ReadOnly Property TmcGetName(tmc As Integer, ByRef pbstrName As String) As Integer

参数

tmc
Int32

保留。 设置为0。

pbstrName
String

弄名称。

属性值

Int32

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

实现

属性

继承者说明

此属性应引发 DeprecatedException。

适用于