IVsDataObjectChangeEventsBroker.RaiseObjectChanged Method (String, array<Object )
Raises the ObjectChanged event.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Sub RaiseObjectChanged ( _
typeName As String, _
identifier As Object() _
)
void RaiseObjectChanged(
string typeName,
Object[] identifier
)
void RaiseObjectChanged(
String^ typeName,
array<Object^>^ identifier
)
abstract RaiseObjectChanged :
typeName:string *
identifier:Object[] -> unit
function RaiseObjectChanged(
typeName : String,
identifier : Object[]
)
Parameters
- typeName
Type: System.String
The name of the type of the data object for which to raise the event.
- identifier
Type: array<System.Object[]
An array containing identifier parts that uniquely identify the data object.
.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.