Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NDiagramExtension Class / ContainsExtensionType Method
A space-delimited list of diagram extension types.
A diagram extension type to search for.


In This Topic
    ContainsExtensionType Method
    In This Topic
    Checks whether the given string with space delimited extension types contains the specified extension type.
    Syntax
    'Declaration
     
    
    Public Shared Function ContainsExtensionType( _
       ByVal extensionTypes As System.String, _
       ByVal extensionType As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim extensionTypes As System.String
    Dim extensionType As System.String
    Dim value As System.Boolean
     
    value = NDiagramExtension.ContainsExtensionType(extensionTypes, extensionType)
    public static System.bool ContainsExtensionType( 
       System.string extensionTypes,
       System.string extensionType
    )

    Parameters

    extensionTypes
    A space-delimited list of diagram extension types.
    extensionType
    A diagram extension type to search for.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also