ICustomAttributeProviderContract Interface

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Defines methods that get custom attributes of types from the host object model.

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
Public Interface ICustomAttributeProviderContract _
    Inherits IContract
'Usage
Dim instance As ICustomAttributeProviderContract
public interface ICustomAttributeProviderContract : IContract
public interface class ICustomAttributeProviderContract : IContract
public interface ICustomAttributeProviderContract extends IContract

Remarks

Visual Studio Tools for Applications implements this interface and calls its methods internally.

See Also

Reference

ICustomAttributeProviderContract Members

Microsoft.VisualStudio.Tools.Applications.Contract Namespace