Condividi tramite


ExtensionContractAttribute(Type, Type) Constructor

Definition

Initializes a new instance of the ExtensionContractAttribute class.

public ExtensionContractAttribute (Type rpcContractType, Type wrapperObjectType);
new Microsoft.VisualStudio.Extensibility.ExtensionContractAttribute : Type * Type -> Microsoft.VisualStudio.Extensibility.ExtensionContractAttribute
Public Sub New (rpcContractType As Type, wrapperObjectType As Type)

Parameters

rpcContractType
Type

Type of the rpc contract interface.

wrapperObjectType
Type

Type of the wrapper object.

Applies to