BuildInfoConfigComponentVersionContextInitializer.LoadBuildInfoConfig Method
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.
Loads BuildInfo.config and returns XElement.
protected:
virtual System::Xml::Linq::XElement ^ LoadBuildInfoConfig();
protected virtual System.Xml.Linq.XElement LoadBuildInfoConfig ();
abstract member LoadBuildInfoConfig : unit -> System.Xml.Linq.XElement
override this.LoadBuildInfoConfig : unit -> System.Xml.Linq.XElement
Protected Overridable Function LoadBuildInfoConfig () As XElement