IVsDataMappedObjectSelection.SubstitutionValues 属性

定义

获取替换值的列表。

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::IVsDataMappedObjectSubstitutionValue ^> ^ SubstitutionValues { System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::IVsDataMappedObjectSubstitutionValue ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectSubstitutionValue> SubstitutionValues { get; }
member this.SubstitutionValues : System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectSubstitutionValue>
Public ReadOnly Property SubstitutionValues As IList(Of IVsDataMappedObjectSubstitutionValue)

属性值

IList<IVsDataMappedObjectSubstitutionValue>

IVsDataMappedObjectSubstitutionValue表示替换值的对象的列表。

适用于