IVsDataMappedObjectSelection.SubstitutionValues 属性

获取替换值列表。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
ReadOnly Property SubstitutionValues As IList(Of IVsDataMappedObjectSubstitutionValue)
IList<IVsDataMappedObjectSubstitutionValue> SubstitutionValues { get; }
property IList<IVsDataMappedObjectSubstitutionValue^>^ SubstitutionValues {
    IList<IVsDataMappedObjectSubstitutionValue^>^ get ();
}
abstract SubstitutionValues : IList<IVsDataMappedObjectSubstitutionValue>
function get SubstitutionValues () : IList<IVsDataMappedObjectSubstitutionValue>

属性值

类型:System.Collections.Generic.IList<IVsDataMappedObjectSubstitutionValue>
IVsDataMappedObjectSubstitutionValue 对象列表表示替换的值。

.NET Framework 安全性

请参见

参考

IVsDataMappedObjectSelection 接口

Microsoft.VisualStudio.Data.Services 命名空间