ModelBusReferencePropertySerializer.FilePathLoadContextKey Field
Key into the ReferenceContext set by the serializer when deserializing.
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.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
- 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.