다음을 통해 공유


IPatternContext.Declare(Action<IPathSegment,Boolean>) 메서드

정의

이 API는 인프라를 지원하며 코드에서 직접 사용할 수 없습니다. 이 API는 이후 릴리스에서 변경되거나 제거될 수 있습니다.

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

매개 변수

적용 대상