Share via


IParameterCustomAttributeProviderContract Interface

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

Defines a method that gets custom parameter 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 IParameterCustomAttributeProviderContract _
    Inherits IContract
'Usage
Dim instance As IParameterCustomAttributeProviderContract
public interface IParameterCustomAttributeProviderContract : IContract
public interface class IParameterCustomAttributeProviderContract : IContract
public interface IParameterCustomAttributeProviderContract extends IContract

Remarks

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

See Also

Reference

IParameterCustomAttributeProviderContract Members

Microsoft.VisualStudio.Tools.Applications.Contract Namespace