_CommandBars.TmcGetName[Int32, String] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
不推荐使用此方法。
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
名称。
属性值
如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。
- 属性
注解
此方法在调用时会引发异常。