FindCriteria.IsMatch(EndpointDiscoveryMetadata) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷一組準則是否符合指定的 EndpointDiscoveryMetadata 執行個體描述的服務。
public:
bool IsMatch(System::ServiceModel::Discovery::EndpointDiscoveryMetadata ^ endpointDiscoveryMetadata);
public bool IsMatch (System.ServiceModel.Discovery.EndpointDiscoveryMetadata endpointDiscoveryMetadata);
member this.IsMatch : System.ServiceModel.Discovery.EndpointDiscoveryMetadata -> bool
Public Function IsMatch (endpointDiscoveryMetadata As EndpointDiscoveryMetadata) As Boolean
參數
- endpointDiscoveryMetadata
- EndpointDiscoveryMetadata
描述上述服務的端點探索中繼資料。
傳回
如果服務符合準則,則為 true
,否則為 false
。