Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property RootItem As Object |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public object RootItem {get;} |
Return Value
(Read only) The WIA root item for the item passed through the GetRootItem method.For an example, refer to WiaSession.GetRootItem.
Gets the WIA root item for the item you passed through the GetRootItem method, so in order to use this property you need to call the GetRootItem method first and pass it the item you wish to retrieve its parent (root) item.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family