TFVCTeamExplorerGettingStartedProviderVS.RaisePropertyChanged Method

Raise the PropertyChanged event.

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Protected Sub RaisePropertyChanged ( _
    propertyName As String _
)
protected void RaisePropertyChanged(
    string propertyName
)
protected:
void RaisePropertyChanged(
    String^ propertyName
)
member RaisePropertyChanged : 
        propertyName:string -> unit
protected function RaisePropertyChanged(
    propertyName : String
)

Parameters

.NET Framework Security

See Also

Reference

TFVCTeamExplorerGettingStartedProviderVS Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace