IVsDataSupportImportResolver.ImportSupportStream(String) 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.
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.