Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Converts the specified value to a TypedReference. This method is not supported.

This API is not CLS-compliant.

Namespace:   System
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
Return to top
Show:
© 2017 Microsoft