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