GetRootComponent Method (IConfiguration)
Obsolete. Superseded by IConfiguration::GetRootComponent3.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetRootComponent() As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IConfiguration
Dim value As System.Object
value = instance.GetRootComponent() |
C# | |
---|
System.object GetRootComponent() |
C++/CLI | |
---|
System.Object^ GetRootComponent(); |
Return Value
Root component and an
IComponent2 object
Example
Remarks
See Also