PatternContext<TFrame>.Declare 方法

定义

此 API 支持基础结构,不应从代码中直接使用。 将来的版本中可能会更改或删除此 API。

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))

参数

实现

适用于