_CommandBars.IdsString[Int32, String] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此属性已弃用。
public:
property int IdsString[int, System::String ^ %] { int get(int ids, [Runtime::InteropServices::Out] System::String ^ % pbstrName); };
[System.Runtime.InteropServices.DispId(1610809361)]
public int IdsString[int ids, out string pbstrName] { [System.Runtime.InteropServices.DispId(1610809361)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[<System.Runtime.InteropServices.DispId(1610809361)>]
[<get: System.Runtime.InteropServices.DispId(1610809361)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.IdsString(int * string) : int
Public ReadOnly Property IdsString(ids As Integer, ByRef pbstrName As String) As Integer
参数
- ids
- Int32
Id。
- pbstrName
- String
名称。
属性值
如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。
- 属性
注解
此方法在调用时会引发异常。