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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.