PatternContextLinearInclude.Declare Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Esta API suporta infraestrutura e não se destina a ser usada diretamente a partir do seu código. Esta API pode mudar ou ser removida em versões futuras.
public:
override void Declare(Action<Microsoft::Extensions::FileSystemGlobbing::Internal::IPathSegment ^, bool> ^ onDeclare);
public override void Declare(Action<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,bool> onDeclare);
override this.Declare : Action<Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment, bool> -> unit
Public Overrides Sub Declare (onDeclare As Action(Of IPathSegment, Boolean))
Parâmetros
- onDeclare
- Action<IPathSegment,Boolean>