XmlProcessingInstruction.Value 屬性

定義

取得或設定節點的值。

public:
 virtual property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public override string Value { get; set; }
member this.Value : string with get, set
Public Overrides Property Value As String

屬性值

String

處理指示的完整內容,目標除外。

例外狀況

節點是唯讀的。

適用於