Share via


RunningDocumentInfo Structure

Represents information about a document in the RunningDocumentTable. It includes all the information returned by GetDocumentInfo.

This API is not CLS-compliant. The CLS-compliant alternative is [None].

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Structure RunningDocumentInfo
'Usage
Dim instance As RunningDocumentInfo
[CLSCompliantAttribute(false)]
public struct RunningDocumentInfo
[CLSCompliantAttribute(false)]
public value class RunningDocumentInfo
JScript supports the use of structures, but not the declaration of new ones.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RunningDocumentInfo Members

Microsoft.VisualStudio.Shell Namespace