DataViewSupport.OpenSupportStream 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.
Opens a stream of bytes representing the data view support XML.
public:
override System::IO::Stream ^ OpenSupportStream();
public override System.IO.Stream OpenSupportStream ();
override this.OpenSupportStream : unit -> System.IO.Stream
Public Overrides Function OpenSupportStream () As Stream
Returns
A Stream object representing the data view support XML.