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

'Declaration
Public Const FilePathLoadContextKey As String
public const string FilePathLoadContextKey
public:
literal String^ FilePathLoadContextKey
static val mutable FilePathLoadContextKey: string
public const var FilePathLoadContextKey : 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

.NET Framework Security

See Also

Reference

ModelBusReferencePropertySerializer Class

Microsoft.VisualStudio.Modeling.Integration Namespace