ViewModelBase.UnRegisterServices Method
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub UnRegisterServices ( _
services As IEnumerable _
)
public void UnRegisterServices(
IEnumerable services
)
public:
void UnRegisterServices(
IEnumerable^ services
)
member UnRegisterServices :
services:IEnumerable -> unit
public function UnRegisterServices(
services : IEnumerable
)
Parameters
- services
Type: System.Collections.IEnumerable
.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.