Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Raises a standalone ObjectChanged event, specifying the type name and identifier.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Sub RaiseObjectChanged ( _
typeName As String, _
identifier As Object() _
)
public void RaiseObjectChanged(
string typeName,
Object[] identifier
)
public:
void RaiseObjectChanged(
String^ typeName,
array<Object^>^ identifier
)
member RaiseObjectChanged :
typeName:string *
identifier:Object[] -> unit
public function RaiseObjectChanged(
typeName : String,
identifier : Object[]
)
Parameters
typeName
Type: System.StringThe name of the type of object that was changed.
identifier
Type: array<System.Object[]The identifier of the object that was changed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.