次の方法で共有


FindCriteriaElement.Scopes プロパティ

定義

特定のサービス (複数可) の場所を探す検索操作の実行中に使用される絶対 URI を格納する FindCriteriaElement オブジェクトのコレクションを取得します。

public:
 property System::ServiceModel::Discovery::Configuration::ScopeElementCollection ^ Scopes { System::ServiceModel::Discovery::Configuration::ScopeElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("scopes")]
public System.ServiceModel.Discovery.Configuration.ScopeElementCollection Scopes { get; }
[<System.Configuration.ConfigurationProperty("scopes")>]
member this.Scopes : System.ServiceModel.Discovery.Configuration.ScopeElementCollection
Public ReadOnly Property Scopes As ScopeElementCollection

プロパティ値

ScopeElementCollection

URI を格納している要素のコレクション。

属性

注釈

特定のサービスが見つかった場合、サービス URI とスコープ URI が一致します。複雑な一致を処理するスコープ規則が使用されることもあります。

適用対象