Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Add a document to this list.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Sub RegisterDependentDocument ( _
documentToBeRegistered As DocData _
)
void RegisterDependentDocument(
DocData documentToBeRegistered
)
void RegisterDependentDocument(
DocData^ documentToBeRegistered
)
abstract RegisterDependentDocument :
documentToBeRegistered:DocData -> unit
function RegisterDependentDocument(
documentToBeRegistered : DocData
)
Parameters
- documentToBeRegistered
Type: Microsoft.VisualStudio.Modeling.Shell.DocData
Document to be added to the list.
Remarks
Implementers must Add/Register DocData to the RelatedSaveItemsList dictionary.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.