ExportDescriptorPromise.IsShared プロパティ

定義

保証が共有されているかどうかを示す値を取得します。

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

プロパティ値

Boolean

true約束が何らかのコンテキスト内で共有されている場合。それ以外の場合は . false

適用対象