AutomationFactory.CreateObject<T> Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Not yet implemented.
Namespace: System.Runtime.InteropServices.Automation
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Shared Function CreateObject(Of T) As T
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static T CreateObject<T>()
Type Parameters
- T
The type of object to create.
Return Value
Type: T
nulla null reference (Nothing in Visual Basic) .
Remarks
This method is a placeholder for a future implementation.
For more information about Automation, see Automation.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also