共用方式為


IVsDataSupportImportResolver.ImportSupportStream(String) Method

Definition

Imports and returns a stream of data support XML that is identified with a specified name.

public:
 System::IO::Stream ^ ImportSupportStream(System::String ^ name);
public System.IO.Stream ImportSupportStream (string name);
abstract member ImportSupportStream : string -> System.IO.Stream
Public Function ImportSupportStream (name As String) As Stream

Parameters

name
String

The name of a stream to import.

Returns

An open stream containing the data support XML to be imported, or null if there is no stream found with this name.

Applies to