TypedReference.SetTypedReference(TypedReference, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Converts the specified value to a TypedReference
. This method is not supported.
public:
static void SetTypedReference(TypedReference target, System::Object ^ value);
public static void SetTypedReference (TypedReference target, object? value);
[System.CLSCompliant(false)]
public static void SetTypedReference (TypedReference target, object value);
[System.CLSCompliant(false)]
public static void SetTypedReference (TypedReference target, object? value);
static member SetTypedReference : TypedReference * obj -> unit
[<System.CLSCompliant(false)>]
static member SetTypedReference : TypedReference * obj -> unit
Public Shared Sub SetTypedReference (target As TypedReference, value As Object)
Parameters
- target
- TypedReference
The target of the conversion.
- value
- Object
The value to be converted.
- Attributes
Exceptions
In all cases.
Remarks
This method always throws NotSupportedException.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.