IPartnerComponent<TContext> Interface
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.
Represents a partner SDK component.
public interface IPartnerComponent<TContext>
type IPartnerComponent<'Context> = interface
Public Interface IPartnerComponent(Of TContext)
Type Parameters
- TContext
The type of the component's context object.
- Derived
Properties
Context |
Gets the component context object. |
Partner |
Gets a reference to the partner operations instance that generated this component. |