- componentName
- The component's full type name.
| Visual Basic (Declaration) | |
|---|---|
Public Overridable Function ReadConfiguration( _ ByVal componentName As String _ ) As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual string ReadConfiguration( string componentName ) | |
| C++/CLI | |
|---|---|
public: virtual String^ ReadConfiguration( String^ componentName ) | |
Parameters
- componentName
- The component's full type name.
Return Value
A String representing the component configuration data.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code