ExportDescriptorPromise.IsShared 属性

定义

获取指示是否共享承诺的值。

public:
 property bool IsShared { bool get(); };
public bool IsShared { get; }
member this.IsShared : bool
Public ReadOnly Property IsShared As Boolean

属性值

true 如果承诺在某些上下文中共享,则为 ;否则为 false

适用于