PatternMatcher(Type) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據輸入類型建立 PatternMatcher 一個實例。
public:
PatternMatcher(Type ^ type);
public PatternMatcher(Type type);
new System.Web.Services.Protocols.PatternMatcher : Type -> System.Web.Services.Protocols.PatternMatcher
Public Sub New (type As Type)
參數
備註
PatternMatcher實例的屬性,例如讓搜尋目標成為正則表達式,是根據MatchAttribute套用在返回類型欄位的屬性來填充的。