Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.MediaFoundation Namespace > Renderers Class > Item Property : Item(String) Property |
'Usage
Dim instance As Renderers Dim name As String Dim value As Renderer value = instance.Item(name)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method. |
System.NullReferenceException | The exception that is thrown when there is an attempt to dereference a null object reference. |
myCollection[index]
The C# language uses the this keyword to define the indexers instead of implementing the Item property. Visual Basic implements Item as a default property, which provides the same indexing functionality.