Share via


ISymbolDocument.HasEmbeddedSource プロパティ

定義

現在のドキュメントがシンボル ストアに格納されているかどうかをチェックします。

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

プロパティ値

現在のドキュメントがシンボル ストアに格納されている場合は true。それ以外の場合は false

適用対象