SerializationContext.Location 属性

在读取操作,这是源的位置;在写入操作,这是目标位置。这通常是文件路径,但是,它可以是其他格式,具体取决于基础源或目标。它可以是空,如果此位置不可用,即。对字符串缓冲区。

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public ReadOnly Property Location As String
public string Location { get; }

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

SerializationContext 类

Microsoft.VisualStudio.Modeling 命名空间