OfficeOleAppInfoDocument.IAppInfo.DeleteItem Method
This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.VisualStudio.Tools.Office.AppInfoDocument.v9.0 (in Microsoft.VisualStudio.Tools.Office.AppInfoDocument.v9.0.dll)
Syntax
'Declaration
Private Sub DeleteItem ( _
type As String, _
id As String _
) Implements IAppInfo.DeleteItem
'Usage
Dim instance As OfficeOleAppInfoDocument
Dim type As String
Dim id As String
CType(instance, IAppInfo).DeleteItem(type, _
id)
void IAppInfo.DeleteItem(
string type,
string id
)
Parameters
- type
Type: System.String
- id
Type: System.String
Implements
IAppInfo.DeleteItem(String, String)
.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.
See Also
Reference
OfficeOleAppInfoDocument Class