public override Object? GetObject(
string name
)
Public Overrides Function GetObject (
name As String
) As Object
public:
virtual Object^ GetObject(
String^ name
) override
abstract 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. |