ResourceSet::GetObject Method (String^)
.NET Framework (current version)
Searches for a resource object with the specified name.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- name
-
Type:
System::String^
Case-sensitive name of the resource to search for.
| Exception | Condition |
|---|---|
| ArgumentNullException | The name parameter is null. |
| ObjectDisposedException | The object has been closed or disposed. |
The name of the resource object is case sensitive. For a case-insensitive search, use GetObject.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: