public override Object? GetObject(
string name
)Public Overrides Function GetObject (
name As String
) As Objectpublic:
virtual Object^ GetObject(
String^ name
) overrideabstract GetObject :
name : string -> Object
override GetObject :
name : string -> Object When SafeMode is , the returned object is a ResXDataNode instance from which the resource can be obtained.
For examples, see the description of the ResXResourceSet class
| ArgumentNullException | name is . |
| ObjectDisposedException | The ResXResourceSet is already disposed. |