[]
Gets the storyboard from tag.
public Storyboard2 GetStoryboardFromTag(int id, object tagObject = null)
Public Function GetStoryboardFromTag(id As Integer, Optional tagObject As Object = Nothing) As Storyboard2
| Type | Name | Description |
|---|---|---|
| int | id | The id. |
| object | tagObject | The tag object. This parameter can be null. |
| Type | Description |
|---|---|
| Storyboard2 | A storyboard associated with this tag. |
HRESULT IUIAnimationManager2::GetStoryboardFromTag([In, Optional] IUnknown* object,[In] unsigned int id,[Out] IUIAnimationStoryboard2** storyboard)
public Storyboard2 GetStoryboardFromTag(IntPtr @object, int id)
Public Function GetStoryboardFromTag([object] As IntPtr, id As Integer) As Storyboard2
| Type | Name | Description |
|---|---|---|
| IntPtr | object | |
| int | id |
| Type | Description |
|---|---|
| Storyboard2 |