CommandBarsClass.IdsString 属性

ID 字符串的访问。此属性已被否决。

命名空间:  Microsoft.VisualStudio.CommandBars
程序集:  Microsoft.VisualStudio.CommandBars(在 Microsoft.VisualStudio.CommandBars.dll 中)

语法

声明
Public Overridable ReadOnly Property IdsString ( _
    ids As Integer, _
    <OutAttribute> ByRef pbstrName As String _
) As Integer
public virtual int this[
    int ids,
    out string pbstrName
] { get; }

参数

属性值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

实现

_CommandBars.IdsString

备注

对继承者的说明

此方法应引发 DeprecatedException。

.NET Framework 安全性

请参见

参考

CommandBarsClass 类

Microsoft.VisualStudio.CommandBars 命名空间