| Visual Basic (Declaration) | |
|---|---|
Public Shared Function GetInlineCollection( _ ByVal obj As DependencyObject _ ) As IEnumerable(Of Inline) | |
| C# | |
|---|---|
public static IEnumerable<Inline> GetInlineCollection( DependencyObject obj ) | |
Parameters
- obj
- DependencyObject that should be searched for the attached property.
Return Value
A collection of Inline objects found attached to the DependencyObject.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family