CommandBarsClass.IdsString, propriété
Obtenez la chaîne d'identificateurs.Cette propriété est déconseillée.
Espace de noms : Microsoft.VisualStudio.CommandBars
Assembly : Microsoft.VisualStudio.CommandBars (dans Microsoft.VisualStudio.CommandBars.dll)
Syntaxe
'Déclaration
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; }
Paramètres
- ids
Type : System.Int32
Les identificateurs.
- pbstrName
Type : System.String%
[] le nom.
Valeur de propriété
Type : System.Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.
Implémentations
_CommandBars.IdsString[Int32, String%]
Remarques
Remarques à l'attention des héritiers
Cette méthode doit lever un DeprecatedException.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.