다음을 통해 공유


XmlDeclaration.InnerText 속성

정의

XmlDeclaration의 연결된 값을 가져오거나 설정합니다.

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

속성 값

String

(즉, ?xml과 ?>사이의 < 모든 항목)의 XmlDeclaration 연결된 값입니다.

적용 대상