CustomStrokes.get_Item Method
CustomStrokes.get_Item Method |
Returns the Strokes object at the known index in a CustomStrokes collection.
Definition
Parameters
name System.String.
Return Value
Microsoft.Ink.Strokes. Returns the Strokes object at the known index in a CustomStrokes collection.
Remarks
An error occurs if the index doesn't match any existing member of the CustomStrokes collection.
Note: [C#] Use the CustomStrokes collection's indexer as shown in the following example rather than using the CustomStrokes collection's get_Item method.
Examples
See Also