The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TypedReference::SetTypedReference Method (TypedReference, Object^)
.NET Framework (current version)
Converts the specified value to a TypedReference. This method is not supported.
This API is not CLS-compliant.
Assembly: mscorlib (in mscorlib.dll)
public: [CLSCompliantAttribute(false)] static void SetTypedReference( TypedReference target, Object^ value )
Parameters
- target
-
Type:
System::TypedReference
The target of the conversion.
- value
-
Type:
System::Object^
The value to be converted.
| Exception | Condition |
|---|---|
| NotSupportedException | In all cases. |
This method always throws NotSupportedException.
.NET Framework
Available since 1.1
Available since 1.1
Show: