StreamingContext.Context 属性

定义

获取指定为附加上下文的一部分的上下文。

public:
 property System::Object ^ Context { System::Object ^ get(); };
public object? Context { get; }
public object Context { get; }
member this.Context : obj
Public ReadOnly Property Context As Object

属性值

指定为附加上下文一部分的上下文。

注解

可以为 null

适用于

另请参阅