IAppInfoDocumentContract Interface

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.Contract
Assembly:  Microsoft.VisualStudio.Tools.Applications.Contract.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Contract.v9.0.dll)

Syntax

'Declaration
<AddInContractAttribute> _
Public Interface IAppInfoDocumentContract _
    Inherits IAppInfoContract, IContract
'Usage
Dim instance As IAppInfoDocumentContract
[AddInContractAttribute]
public interface IAppInfoDocumentContract : IAppInfoContract, 
    IContract
[AddInContractAttribute]
public interface class IAppInfoDocumentContract : IAppInfoContract, 
    IContract
public interface IAppInfoDocumentContract extends IAppInfoContract, IContract

See Also

Reference

IAppInfoDocumentContract Members

Microsoft.VisualStudio.Tools.Applications.Contract Namespace