Document.SupportsSemanticModel 属性

定义

true if this Document supports providing data through the GetSemanticModelAsync(CancellationToken) method.

如果是 false ,该方法将改为返回 null

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

属性值

适用于