Documentation 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表與專案相關聯之檔的類別
public sealed class Documentation : System.Data.Entity.Core.Metadata.Edm.MetadataItem
type Documentation = class
inherit MetadataItem
Public NotInheritable Class Documentation
Inherits MetadataItem
- 繼承
建構函式
Documentation(String, String) |
初始化新的檔實例。 |
屬性
BuiltInTypeKind |
取得這個 Documentation 的內建型別類型。 |
Documentation |
取得或設定與這個型別相關聯的文件。 (繼承來源 MetadataItem) |
IsEmpty |
取得值,指出這個 Documentation 物件是否只包含 Null 或空白 Summary 和 System.Data.Entity.Core.Metadata.Edm.Documentation.Longdescription 。 |
LongDescription |
取得這個 Documentation 的完整描述。 |
MetadataProperties |
取得目前型別的屬性清單。 (繼承來源 MetadataItem) |
Summary |
取得這個 Documentation 的摘要。 |
方法
AddAnnotation(String, Object) |
加入或更新具有指定名稱和值的批註。 (繼承來源 MetadataItem) |
RemoveAnnotation(String) |
移除具有指定名稱的批註。 (繼承來源 MetadataItem) |
ToString() |
傳回這個 Documentation 的摘要。 |