ExtensionContractAttribute(Type, Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.