This documentation is archived and is not being maintained.

ProjectCreationContext::NotifyPropertyChanged Method

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)

public:
void NotifyPropertyChanged(
	... array<String^>^ ids
)

Parameters

ids
Type: array<System::String>

The artifact IDs of the changed data.

Show: