다음을 통해 공유


Document.GetLinkedDocumentIds 메서드

정의

Document항목에 연결된 s의 DocumentId목록을 가져옵니다. Documents는 동일한 FilePath공유를 공유하는 경우 연결된 것으로 간주됩니다. 결과 DocumentId 에서 제외됩니다.

public:
 System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::DocumentId ^> GetLinkedDocumentIds();
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.DocumentId> GetLinkedDocumentIds ();
member this.GetLinkedDocumentIds : unit -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.DocumentId>
Public Function GetLinkedDocumentIds () As ImmutableArray(Of DocumentId)

반환

적용 대상