Share via


IVsDataSupportImportResolver.ImportSupportStream Method

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

Namespace:  Microsoft.VisualStudio.Data.Core
Assembly:  Microsoft.VisualStudio.Data.Core (in Microsoft.VisualStudio.Data.Core.dll)

Syntax

'Declaration
Function ImportSupportStream ( _
    name As String _
) As Stream
Stream ImportSupportStream(
    string name
)
Stream^ ImportSupportStream(
    String^ name
)
abstract ImportSupportStream : 
        name:string -> Stream
function ImportSupportStream(
    name : String
) : Stream

Parameters

Return Value

Type: System.IO.Stream
An open stream containing the data support XML to be imported, or nulla null reference (Nothing in Visual Basic) if there is no stream found with this name.

.NET Framework Security

See Also

Reference

IVsDataSupportImportResolver Interface

Microsoft.VisualStudio.Data.Core Namespace