Language

FileAccessData.EnumeratePattern Property

Definition

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

Property Value

Applies to