IVsDataMappedObjectSelection.SubstitutionValues 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取替换值的列表。
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)
属性值
IVsDataMappedObjectSubstitutionValue表示替换值的对象的列表。