RuleStore.VocabularyLinkFound<T> Delegar
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public: generic <typename T>
delegate void RuleStore::VocabularyLinkFound(VocabularyLink ^ vocabularyLink, T parameter);
C#
public delegate void RuleStore.VocabularyLinkFound<T>(VocabularyLink vocabularyLink, T parameter);
type RuleStore.VocabularyLinkFound<'T> = delegate of VocabularyLink * 'T -> unit
Public Delegate Sub RuleStore.VocabularyLinkFound(Of T)(vocabularyLink As VocabularyLink, parameter As T)
- T
- vocabularyLink
- VocabularyLink
- parameter
- T
Produto | Versões |
---|---|
BizTalk Server | 2016, 2020 |