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)

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

See Also

Reference

ProjectCreationContext Class

Microsoft.TeamFoundation.Client Namespace