ProjectElementLink.PureText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supports CopyFrom(ProjectElement). return raw xml content of the element if it has exactly 1 text child
public:
abstract property System::String ^ PureText { System::String ^ get(); };
public abstract string PureText { get; }
member this.PureText : string
Public MustOverride ReadOnly Property PureText As String