共用方式為


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
)

參數

傳回值

類型:Microsoft.VisualStudio.Modeling.ModelElement
建立的 ImageShapeHasBaseImageShape 執行個體,如果讀取器並未指向已序列化的 ImageShapeHasBaseImageShape 執行個體則為 null。

備註

呼叫端必須確保讀取器位於要讀取的下一個項目的 Open XML 標記。 這個方法不應該將讀取器;,這個方法傳回時,讀取器應保持在同一位置。

.NET Framework 安全性

請參閱

參考

ImageShapeHasBaseImageShapeSerializer 類別

Microsoft.VisualStudio.Modeling.DslDefinition 命名空間