FileAccessData.EnumeratePattern Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The search pattern passed to a directory enumeration API (e.g., the lpFileName
pattern argument to FindFirstFileEx such as *.cs). null
for accesses that are not directory enumerations.
public:
property System::String ^ EnumeratePattern { System::String ^ get(); };
public string? EnumeratePattern { get; }
member this.EnumeratePattern : string
Public ReadOnly Property EnumeratePattern As String