Nevron Open Vision Documentation
Nevron.Nov Namespace / NEmbeddedResourceContainer Class / GetResource Method
The name of the embedded resource to search for.


In This Topic
    GetResource Method
    In This Topic
    Returns the resource with the specified name or null if a resource with this name does not exist.
    Syntax
    'Declaration
     
    
    Public Function GetResource( _
       ByVal name As System.String _
    ) As NEmbeddedResource
    'Usage
     
    
    Dim instance As NEmbeddedResourceContainer
    Dim name As System.String
    Dim value As NEmbeddedResource
     
    value = instance.GetResource(name)
    public NEmbeddedResource GetResource( 
       System.string name
    )

    Parameters

    name
    The name of the embedded resource to search for.

    Return Value

    The embedded resource with the given name or null if no such resource exist.
    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