Share via


ModelBusReferencePropertySerializer.FilePathSaveContextKey Field

Key into the ReferenceContext set by the serialier when serializing.

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 FilePathSaveContextKey As String
public const string FilePathSaveContextKey
public:
literal String^ FilePathSaveContextKey
static val mutable FilePathSaveContextKey: string
public const var FilePathSaveContextKey : String

Remarks

On serialization, the serializer will add the absolute source path of the model file that contains the reference being serialized 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 serializing the adapter-specific data

.NET Framework Security

See Also

Reference

ModelBusReferencePropertySerializer Class

Microsoft.VisualStudio.Modeling.Integration Namespace