INDLicenseFetchCompletedEventArgs.ResponseCustomData Proprietà
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.
Ottiene dati personalizzati da una risposta di recupero delle licenze.
public:
property INDCustomData ^ ResponseCustomData { INDCustomData ^ get(); };
INDCustomData ResponseCustomData();
/// [get: Windows.Foundation.Metadata.Deprecated("INDLicenseFetchCompletedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
INDCustomData ResponseCustomData();
public INDCustomData ResponseCustomData { get; }
public INDCustomData ResponseCustomData { [Windows.Foundation.Metadata.Deprecated("INDLicenseFetchCompletedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var iNDCustomData = iNDLicenseFetchCompletedEventArgs.responseCustomData;
Public ReadOnly Property ResponseCustomData As INDCustomData
Valore della proprietà
Dati personalizzati dalla risposta di recupero delle licenze.
- Attributi