Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notifies observers of the public data so that they can update their copies accordingly.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub NotifyPropertyChanged ( _
ParamArray ids As String() _
)
public void NotifyPropertyChanged(
params string[] ids
)
public:
void NotifyPropertyChanged(
... array<String^>^ ids
)
member NotifyPropertyChanged :
ids:string[] -> unit
public function NotifyPropertyChanged(
... ids : String[]
)
Parameters
- ids
Type: array<System.String[]
The artifact IDs of the changed data.
.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.