IDTSObjectReferenceTracker100.SetListInfo(Int32, String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기존 참조 목록에 대한 메타데이터를 제공합니다.
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
개체의 현재 위치를 가리키는 목록 ID입니다.
- UsageLocation
- String
개체가 사용되는 위치입니다.
- UsageDescription
- String
개체가 사용되는 위치에 대한 설명입니다.
- 특성