PatternContext<TFrame>.Declare Method

Definition

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

public:
 virtual void Declare(Action<Microsoft::Extensions::FileSystemGlobbing::Internal::IPathSegment ^, bool> ^ declare);
public virtual void Declare (Action<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,bool> declare);
abstract member Declare : Action<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment, bool> -> unit
override this.Declare : Action<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment, bool> -> unit
Public Overridable Sub Declare (declare As Action(Of IPathSegment, Boolean))

Parameters

Implements

Applies to