TeamFoundationServiceHost.RaisePropertiesChanged Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'宣言
Protected Sub RaisePropertiesChanged ( _
    serviceHostProperties As TeamFoundationServiceHostProperties _
)
protected void RaisePropertiesChanged(
    TeamFoundationServiceHostProperties serviceHostProperties
)
protected:
void RaisePropertiesChanged(
    TeamFoundationServiceHostProperties^ serviceHostProperties
)
member RaisePropertiesChanged : 
        serviceHostProperties:TeamFoundationServiceHostProperties -> unit 
protected function RaisePropertiesChanged(
    serviceHostProperties : TeamFoundationServiceHostProperties
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationServiceHost Class

Microsoft.TeamFoundation.Framework.Server Namespace