IDTSObjectReferenceTracker100.SetListInfo(Int32, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides metadata for an existing reference list.
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)
Parameters
- RefListID
- Int32
The list identifier in which the object is currently located.
- UsageLocation
- String
The location where the object is used.
- UsageDescription
- String
A description that explains where the object is being used.
- Attributes