次の方法で共有


IVsDataSupport.OpenSupportStream Method

Definition

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.

Applies to