PatternContext<TFrame>.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:
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))
Parâmetros
- declare
- Action<IPathSegment,Boolean>