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
public const string FilePathSaveContextKey
public:
literal String^ FilePathSaveContextKey
static val mutable FilePathSaveContextKey : string
Public Const FilePathSaveContextKey As String
Field Value
Type: System.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
See Also
ModelBusReferencePropertySerializer Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top