Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NTemplateCollection Class / Contains Method
template for which to check


In This Topic
    Contains Method (NTemplateCollection)
    In This Topic
    Determines whether the specified template is a member of this collection
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal template As NTemplate _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTemplateCollection
    Dim template As NTemplate
    Dim value As System.Boolean
     
    value = instance.Contains(template)
    public System.bool Contains( 
       NTemplate template
    )

    Parameters

    template
    template for which to check

    Return Value

    true if the template is a member of the collection, otherwise false
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also