DataObjectChangeEvents.RaiseObjectChanged, méthode (Int32, String, array<Object[])
Déclenche l'événement ObjectChanged dans un groupe spécifié d'événement.
Espace de noms : Microsoft.VisualStudio.Data
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Public Sub RaiseObjectChanged ( _
groupId As Integer, _
typeName As String, _
identifier As Object() _
)
public void RaiseObjectChanged(
int groupId,
string typeName,
Object[] identifier
)
public:
void RaiseObjectChanged(
int groupId,
String^ typeName,
array<Object^>^ identifier
)
member RaiseObjectChanged :
groupId:int *
typeName:string *
identifier:Object[] -> unit
public function RaiseObjectChanged(
groupId : int,
typeName : String,
identifier : Object[]
)
Paramètres
groupId
Type : Int32L'ID du groupe d'événement auquel l'événement doit être déclenché, ou zéro pour n'afficher aucun groupe.
typeName
Type : StringNom du type d'objet qui a été modifié.
identifier
Type : array<Object[]L'identificateur de l'objet qui a été modifié.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Le paramètre groupId est inférieure ou égale à zéro ou est supérieur au nombre actuel de groupes alloués. |
ArgumentException | Le paramètre groupId n'est pas valide. |
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.