Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.AddInAdapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.AddInAdapter.v9.0.dll)
Syntax
'Declaration
Private Sub Close Implements IAppInfoDocumentContract.Close
'Usage
Dim instance As AppInfoDocumentAddInAdapter
CType(instance, IAppInfoDocumentContract).Close()
void IAppInfoDocumentContract.Close()
private:
virtual void Close() sealed = IAppInfoDocumentContract::Close
JScript does not support explicit interface implementations.
Implements
IAppInfoDocumentContract.Close()
See Also
Reference
AppInfoDocumentAddInAdapter Class