Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Add a warning when a short-form relationship seems to be serialized in full-form.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaration
Public Shared Sub ExpectingShortFormRelationship ( _
serializationContext As SerializationContext, _
reader As XmlReader, _
relationshipType As Type _
)
public static void ExpectingShortFormRelationship(
SerializationContext serializationContext,
XmlReader reader,
Type relationshipType
)
public:
static void ExpectingShortFormRelationship(
SerializationContext^ serializationContext,
XmlReader^ reader,
Type^ relationshipType
)
static member ExpectingShortFormRelationship :
serializationContext:SerializationContext *
reader:XmlReader *
relationshipType:Type -> unit
public static function ExpectingShortFormRelationship(
serializationContext : SerializationContext,
reader : XmlReader,
relationshipType : Type
)
Parameters
- serializationContext
Type: Microsoft.VisualStudio.Modeling.SerializationContext
SerializationContext to add the warning message to.
- reader
Type: System.Xml.XmlReader
The reader pointing to where the message is raised.
- relationshipType
Type: System.Type
Type of the relationship.
.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.
See Also
Reference
DslDefinitionModelSerializationBehaviorSerializationMessages Class