IVsDataSupport.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 and returns the stream of data support XML that is represented by the data support object.
public:
System::IO::Stream ^ OpenSupportStream();
public System.IO.Stream OpenSupportStream ();
abstract member OpenSupportStream : unit -> System.IO.Stream
Public Function OpenSupportStream () As Stream
Returns
An open stream containing the data support XML that is represented by the data support object.