Share via


IInvocationBinder.GetStreamItemType(String) Method

Definition

Gets the Type the stream item is expected to contain.

public:
 Type ^ GetStreamItemType(System::String ^ streamId);
public Type GetStreamItemType (string streamId);
abstract member GetStreamItemType : string -> Type
Public Function GetStreamItemType (streamId As String) As Type

Parameters

streamId
String

The ID of the stream the stream item is a part of.

Returns

The Type of the item the stream contains.

Applies to