CommandBarsClass::IdsString Property (Int32, String^)
Visual Studio 2015
Get the IDs string. This property is deprecated.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
public: [DispIdAttribute(1610809361)] property int default[ int ids, [OutAttribute] String^% pbstrName ] { [TypeLibFuncAttribute(64)] [DispIdAttribute(1610809361)] virtual int get(int ids, [OutAttribute] String^% pbstrName); }
Property Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
_CommandBars::IdsString[Int32, String^]Notes to Inheritors:
This method should throw a DeprecatedException.
Show: