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.
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
propertyName
Type: System.StringName of property that changed
.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.
See Also
Reference
TFVCTeamExplorerSccInfoProviderVS Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace