次の方法で共有


EdmToObjectNamespaceMap.Item[String] プロパティ

定義

edmNamespace パラメーターで識別される名前空間を取得します。

public:
 property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ edmNamespace); void set(System::String ^ edmNamespace, System::String ^ value); };
public string this[string edmNamespace] { get; set; }
member this.Item(string) : string with get, set
Default Public Property Item(edmNamespace As String) As String

パラメーター

edmNamespace
String

edmNamespace の名前を格納している文字列値。

プロパティ値

EdmNamespace オブジェクト。

適用対象