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
name
Type: System.StringThe name of a stream to import.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.