DiagramElementHasDecoratorsSerializer.ReadTargetRolePlayer Method
This method reads the target role player Decorator.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'宣言
Protected Overridable Sub ReadTargetRolePlayer ( _
serializationContext As SerializationContext, _
element As ModelElement, _
reader As XmlReader _
)
protected virtual void ReadTargetRolePlayer(
SerializationContext serializationContext,
ModelElement element,
XmlReader reader
)
protected:
virtual void ReadTargetRolePlayer(
SerializationContext^ serializationContext,
ModelElement^ element,
XmlReader^ reader
)
abstract ReadTargetRolePlayer :
serializationContext:SerializationContext *
element:ModelElement *
reader:XmlReader -> unit
override ReadTargetRolePlayer :
serializationContext:SerializationContext *
element:ModelElement *
reader:XmlReader -> unit
protected function ReadTargetRolePlayer(
serializationContext : SerializationContext,
element : ModelElement,
reader : XmlReader
)
Parameters
- serializationContext
Type: Microsoft.VisualStudio.Modeling.SerializationContext
Serialization context.
- element
Type: Microsoft.VisualStudio.Modeling.ModelElement
In-memory DiagramElementHasDecorators instance that will link to the target Decorator instance.
- reader
Type: System.Xml.XmlReader
XmlReader to read serialized data from.
Remarks
The caller will guarantee that the reader is positioned at the open tag of the first child XML element. This method will read only one target role player instance. The method will skip any child XML element it encounters until it reaches: 1) The open tag of the target role player. 2) The end tag of the parent element (dangling relationship). 3) EOF (dangling relationship). After the call, the reader is positioned at: 1) The open tag of the next child element after the target role player. 2) The end tag of the parent element. 3) EOF.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.