Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the collection of ItemOverride objects that are contained in the knowledge.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ItemOverrides As ReadOnlyCollection(Of ItemOverride)
Get
'Usage
Dim instance As KnowledgeInspector
Dim value As ReadOnlyCollection(Of ItemOverride)
value = instance.ItemOverrides
public ReadOnlyCollection<ItemOverride> ItemOverrides { get; }
public:
property ReadOnlyCollection<ItemOverride^>^ ItemOverrides {
ReadOnlyCollection<ItemOverride^>^ get ();
}
member ItemOverrides : ReadOnlyCollection<ItemOverride>
function get ItemOverrides () : ReadOnlyCollection<ItemOverride>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ItemOverride>
The collection of ItemOverride objects that are contained in the knowledge.
Remarks
Be aware that there is no single representation of knowledge. Equivalent knowledge might be represented in different forms and return different values from ItemOverrides.