WebPartAdder.Selector.NegativelyMatches - Méthode
Détermine si l' actuel WebPartAdder.Selector correspond négativement le spécifié WebPartAdder.Selector.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function NegativelyMatches ( _
other As WebPartAdder.Selector _
) As Boolean
'Utilisation
Dim instance As WebPartAdder.Selector
Dim other As WebPartAdder.Selector
Dim returnValue As Boolean
returnValue = instance.NegativelyMatches(other)
public bool NegativelyMatches(
WebPartAdder.Selector other
)
Paramètres
other
Type : Microsoft.SharePoint.WebPartPages.WebPartAdder.SelectorLe sélecteur spécifié pour correspondre à l' actuel WebPartAdder.Selector.
Valeur renvoyée
Type : System.Boolean
true si l'objet en cours de WebPartAdder.Selector négatif correspond à l' autre; dans le cas contraire, false.
Remarques
Un WebPartAdder.Selector A correspond négativement à une WebPartAdder.Selector B si A est inversé et A correspond positivement B. Cette méthode appelle la méthode PositivelyMatches(WebPartAdder.Selector) pour déterminer si le spécifié WebPartAdder.Selector correspond formellement l' actuel WebPartAdder.Selector.
Voir aussi
Référence
WebPartAdder.Selector structure