RunningDocumentInfo 구조체
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
의 문서에 RunningDocumentTable대한 정보를 나타냅니다. 여기에는 에서 반환하는 모든 정보가 포함됩니다 GetDocumentInfo(UInt32, UInt32, UInt32, UInt32, String, IVsHierarchy, UInt32, IntPtr).
public value class RunningDocumentInfo
struct RunningDocumentInfo
public struct RunningDocumentInfo
type RunningDocumentInfo = struct
Public Structure RunningDocumentInfo
- 상속
-
RunningDocumentInfo
생성자
RunningDocumentInfo(IVsRunningDocumentTable, String) |
RunningDocumentTable의 새 instance 초기화합니다. |
RunningDocumentInfo(IVsRunningDocumentTable, UInt32) |
RunningDocumentTable의 새 instance 초기화합니다. |
속성
DidDocumentInitializationFail |
의 문서에 RunningDocumentTable대한 정보를 나타냅니다. 여기에는 에서 반환하는 모든 정보가 포함됩니다 GetDocumentInfo(UInt32, UInt32, UInt32, UInt32, String, IVsHierarchy, UInt32, IntPtr). |
DocCookie |
문서 쿠키 |
DocData |
RDT(실행 중인 문서 테이블)의 문서 개체입니다. |
EditLocks |
문서에 보관된 편집 잠금 수입니다. |
Flags |
_VSRDTFLAGS 문서의 집합입니다. |
Hierarchy |
IVsHierarchy 문서를 소유하는 계층 노드의 인터페이스입니다. |
IsDirty |
의 문서에 RunningDocumentTable대한 정보를 나타냅니다. 여기에는 에서 반환하는 모든 정보가 포함됩니다 GetDocumentInfo(UInt32, UInt32, UInt32, UInt32, String, IVsHierarchy, UInt32, IntPtr). |
IsDocumentInitialized |
문서가 초기화되었는지 여부를 확인합니다. |
IsHierarchyInitialized |
계층이 초기화되었는지 여부를 확인합니다. |
IsReadOnly |
의 문서에 RunningDocumentTable대한 정보를 나타냅니다. 여기에는 에서 반환하는 모든 정보가 포함됩니다 GetDocumentInfo(UInt32, UInt32, UInt32, UInt32, String, IVsHierarchy, UInt32, IntPtr). |
IsValid |
가 나타내는 DocCookie 문서가 RDT에 등록되어 있는지 여부를 나타냅니다.
이 인 |
ItemId |
문서를 보유하는 노드의 항목 ID입니다. |
Moniker |
문서의 절대 경로입니다. |
ProjectGuid |
프로젝트의 GUID입니다. |
ReadLocks |
문서에 보관된 읽기 잠금 수입니다. |
메서드
CreateInstanceAsync(IVsRunningDocumentTable, String, CancellationToken) |
의 문서에 RunningDocumentTable대한 정보를 나타냅니다. 여기에는 에서 반환하는 모든 정보가 포함됩니다 GetDocumentInfo(UInt32, UInt32, UInt32, UInt32, String, IVsHierarchy, UInt32, IntPtr). |
CreateInstanceAsync(IVsRunningDocumentTable, UInt32, CancellationToken) |
의 문서에 RunningDocumentTable대한 정보를 나타냅니다. 여기에는 에서 반환하는 모든 정보가 포함됩니다 GetDocumentInfo(UInt32, UInt32, UInt32, UInt32, String, IVsHierarchy, UInt32, IntPtr). |
Sync() |
RunningDocumentInfo는 RDT의 정보 스냅샷. 이 정보를 업데이트하려면 동기화를 호출해야 합니다. |