ImageShapeHasBaseImageShapeSerializer.TryCreateInstance 方法
這個方法會依據讀取器目前指向的標籤建立 ImageShapeHasBaseImageShape 的正確執行個體。 如果讀取器位於已序列化的 ImageShapeHasBaseImageShape,則會在給定資料分割中建立新的 ImageShapeHasBaseImageShape 執行個體,否則會傳回 null。
命名空間: Microsoft.VisualStudio.Modeling.DslDefinition
組件: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll 中)
語法
'宣告
Public Overrides Function TryCreateInstance ( _
serializationContext As SerializationContext, _
reader As XmlReader, _
partition As Partition _
) As ModelElement
public override ModelElement TryCreateInstance(
SerializationContext serializationContext,
XmlReader reader,
Partition partition
)
參數
- serializationContext
類型:Microsoft.VisualStudio.Modeling.SerializationContext
序列化的內容。
- reader
類型:System.Xml.XmlReader
要從其中讀取序列化的資料的 XmlReader。
- partition
類型:Microsoft.VisualStudio.Modeling.Partition
應該在其中建立新項目的資料分割。
傳回值
類型:Microsoft.VisualStudio.Modeling.ModelElement
建立的 ImageShapeHasBaseImageShape 執行個體,如果讀取器並未指向已序列化的 ImageShapeHasBaseImageShape 執行個體則為 null。
備註
呼叫端必須確保讀取器位於要讀取的下一個項目的 Open XML 標記。 這個方法不應該將讀取器;,這個方法傳回時,讀取器應保持在同一位置。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。