IWorkbookSession.CreateNativeStream 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.
Gets a native IStream that can be used to communicate with the AS instance hosting the current session's model.
public System.Runtime.InteropServices.ComTypes.IStream CreateNativeStream ();
abstract member CreateNativeStream : unit -> System.Runtime.InteropServices.ComTypes.IStream
Public Function CreateNativeStream () As IStream
Returns
An IStream that acts as a proxy to the hosting AS instance.