次の方法で共有


XmlNamespaces.Value プロパティ

定義

ブックに追加された XML 名前空間を表す 文字列型 (String) の値を返します。

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
Public ReadOnly Property Value As String

プロパティ値

注釈

ブックに複数の名前空間が含まれている場合、名前空間は Value プロパティによって返される文字列内の空白で区切られます。

適用対象