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 file names to explicitly include in the scope.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
Syntax
'Declaration
Public ReadOnly Property FileNameIncludes As ICollection(Of String)
Get
'Usage
Dim instance As FileSyncScopeFilter
Dim value As ICollection(Of String)
value = instance.FileNameIncludes
public ICollection<string> FileNameIncludes { get; }
public:
property ICollection<String^>^ FileNameIncludes {
ICollection<String^>^ get ();
}
member FileNameIncludes : ICollection<string>
function get FileNameIncludes () : ICollection<String>
Property Value
Type: System.Collections.Generic.ICollection<String>
The collection of file names to explicitly include in the scope. An empty collection means all files are included based on name, unless otherwise excluded.
Remarks
Wildcards (* and ?) can be used in file names.
Explicit inclusion is weaker than exclusion. Therefore, if a file or folder is excluded by some other filter, it will be excluded from the scope even if it is explicitly included in this list.