BehaviorServiceAdornerCollection.Contains(Adorner) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the BehaviorServiceAdornerCollection contains the specified Adorner.
public:
bool Contains(System::Windows::Forms::Design::Behavior::Adorner ^ value);
public bool Contains (System.Windows.Forms.Design.Behavior.Adorner value);
member this.Contains : System.Windows.Forms.Design.Behavior.Adorner -> bool
Public Function Contains (value As Adorner) As Boolean
Parameters
Returns
true
if the Adorner is contained in the collection; otherwise, false
.
Applies to
See also
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.