DocumentContentSourceType 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
內容來源的類型。 如果來源類型為「內嵌」,則會將內容指定為字串 (,例如文字) 。 如果來源類型是 'reference',則會將內容指定為 URI。
public readonly struct DocumentContentSourceType : IEquatable<Azure.Health.Insights.CancerProfiling.DocumentContentSourceType>
type DocumentContentSourceType = struct
Public Structure DocumentContentSourceType
Implements IEquatable(Of DocumentContentSourceType)
- 繼承
-
DocumentContentSourceType
- 實作
建構函式
DocumentContentSourceType(String) |
初始化 DocumentContentSourceType 的新執行個體。 |
屬性
Inline |
內嵌。 |
Reference |
參考。 |
方法
Equals(DocumentContentSourceType) |
指出目前的物件是否等於另一個相同類型的物件。 |
ToString() |
傳回此執行個體的完整類型名稱。 |