语言

IDTSObjectReferenceTracker100.SetListInfo(Int32, String, String) 方法

定义

为现有参考文献列表提供元数据。

public:
 void SetListInfo(int RefListID, System::String ^ UsageLocation, System::String ^ UsageDescription);
[System.Runtime.InteropServices.DispId(1610743811)]
public void SetListInfo(int RefListID, string UsageLocation, string UsageDescription);
[<System.Runtime.InteropServices.DispId(1610743811)>]
abstract member SetListInfo : int * string * string -> unit
Public Sub SetListInfo (RefListID As Integer, UsageLocation As String, UsageDescription As String)

参数

RefListID
Int32

对象当前所在的列表标识符。

UsageLocation
String

物品被使用的位置。

UsageDescription
String

一个描述,说明该物品被如何使用。

属性

适用于