SymDocument.HasEmbeddedSource 속성

정의

현재 문서의 소스가 기호 저장소에 저장되어 있는지 여부를 나타냅니다.

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

속성 값

현재 문서의 소스가 기호 저장소에 저장되어 있으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상