| Visual Basic (Declaration) | |
|---|---|
Public Shared Sub SetInlineCollection( _ ByVal obj As DependencyObject, _ ByVal value As IEnumerable(Of Inline) _ ) | |
| C# | |
|---|---|
public static void SetInlineCollection( DependencyObject obj, IEnumerable<Inline> value ) | |
Parameters
- obj
- The DependencyObject to set the collection of Inline object to.
- value
- The Inline object collection to be set to the DependencyObject.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family