Freigeben über


INotifyingChangeApplierTarget.IdFormats-Eigenschaft

Ruft beim Überschreiben in einer abgeleiteten Klasse das ID-Formatschema des Anbieters ab.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
ReadOnly Property IdFormats As SyncIdFormatGroup
'Usage
Dim instance As INotifyingChangeApplierTarget
Dim value As SyncIdFormatGroup

value = instance.IdFormats
SyncIdFormatGroup IdFormats { get; }
property SyncIdFormatGroup^ IdFormats {
    SyncIdFormatGroup^ get ();
}
/** @property */
SyncIdFormatGroup get_IdFormats ()
function get IdFormats () : SyncIdFormatGroup

Eigenschaftenwert

Das ID-Formatschema für den Anbieter.

Siehe auch

Verweis

INotifyingChangeApplierTarget-Schnittstelle
INotifyingChangeApplierTarget-Member
Microsoft.Synchronization-Namespace