ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / MetadataQueryReader Class / TryGetMetadataByName Method / TryGetMetadataByName(String,Object) Method
The name.
The metadata value, or null if the metadata was not found or an error occurred

In This Topic
    TryGetMetadataByName(String,Object) Method
    In This Topic
    Try to get the metadata value by name.
    Syntax
    'Declaration
     
    Public Overloads Function TryGetMetadataByName( _
       ByVal name As System.String, _
       ByRef value As System.Object _
    ) As HResult
    public HResult TryGetMetadataByName( 
       System.string name,
       out System.object value
    )

    Parameters

    name
    The name.
    value
    The metadata value, or null if the metadata was not found or an error occurred

    Return Value

    The WIC error code
    See Also