_CommandBars.IdsString[Int32, String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This property is deprecated.
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
Parameters
- ids
- Int32
The IDs.
- pbstrName
- String
The name.
Property Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
- Attributes
Remarks
This method throws an exception when called.