_CommandBars.IdsString[Int32, String] 属性

定义

此属性已弃用。

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

名称。

属性值

Int32

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

属性

注解

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

适用于