del método ProfileSubtypePropertyManager.OrderCompare
Compara el orden de visualización de dos propiedades del subtipo de perfil.
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
Protected Overrides Function OrderCompare ( _
propertyA As ProfileSubtypeProperty, _
propertyB As ProfileSubtypeProperty _
) As Integer
'Uso
Dim propertyA As ProfileSubtypeProperty
Dim propertyB As ProfileSubtypeProperty
Dim returnValue As Integer
returnValue = Me.OrderCompare(propertyA, _
propertyB)
protected override int OrderCompare(
ProfileSubtypeProperty propertyA,
ProfileSubtypeProperty propertyB
)
Parámetros
- propertyA
Tipo: Microsoft.Office.Server.UserProfiles.ProfileSubtypeProperty
- propertyB
Tipo: Microsoft.Office.Server.UserProfiles.ProfileSubtypeProperty
Valor devuelto
Tipo: System.Int32
Comentarios
Devuelve -1 si precede a propertyApropertyB. Devuelve 0 si ambas propiedades tienen la misma posición. Devuelve 1 si precede a propertyBpropertyA.
Vea también
Referencia
clase ProfileSubtypePropertyManager