Share via


ModelBusReferencePropertySerializer.FilePathLoadContextKey Field

 

Key into the ReferenceContext set by the serializer when deserializing.

Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Syntax

public const string FilePathLoadContextKey
public:
literal String^ FilePathLoadContextKey
static val mutable FilePathLoadContextKey : string
Public Const FilePathLoadContextKey As String

Field Value

Type: System.String

Remarks

On deserialization, the serializer will add the absolute source path of the model file that contains the reference being deserialized to the ReferenceContext for the new reference using this key. The serializer does not use this information itself. However, it might be used by other classes e.g. when deserializing the adapter-specific data

See Also

ModelBusReferencePropertySerializer Class
Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top