DataObject.TryGetDataCore<T> Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Importante
Questa API non è conforme a CLS.
protected:
generic <typename T>
virtual bool TryGetDataCore(System::String ^ format, Func<System::Reflection::Metadata::TypeName ^, Type ^> ^ resolver, bool autoConvert, [Runtime::InteropServices::Out] T % data);
[System.CLSCompliant(false)]
protected virtual bool TryGetDataCore<T>(string format, Func<System.Reflection.Metadata.TypeName,Type?>? resolver, bool autoConvert, out T data);
[<System.CLSCompliant(false)>]
abstract member TryGetDataCore : string * Func<System.Reflection.Metadata.TypeName, Type> * bool * 'T -> bool
override this.TryGetDataCore : string * Func<System.Reflection.Metadata.TypeName, Type> * bool * 'T -> bool
Protected Overridable Function TryGetDataCore(Of T) (format As String, resolver As Func(Of TypeName, Type), autoConvert As Boolean, ByRef data As T) As Boolean
Parametri di tipo
- T
Parametri
- format
- String
- autoConvert
- Boolean
- data
- T
Valori restituiti
- Attributi