Udostępnij za pośrednictwem


IVsClientFeatureCallbackTargetFactory Interface

Definition

Interface for getting a target object that implements a certain set of client features to be passed to remote services.

public interface class IVsClientFeatureCallbackTargetFactory
[System.Runtime.InteropServices.Guid("4fe99374-ef22-4a9d-9ab3-4dae20ef16b0")]
public interface IVsClientFeatureCallbackTargetFactory
[<System.Runtime.InteropServices.Guid("4fe99374-ef22-4a9d-9ab3-4dae20ef16b0")>]
type IVsClientFeatureCallbackTargetFactory = interface
Public Interface IVsClientFeatureCallbackTargetFactory
Attributes

Methods

CreateInstance(ServiceMoniker)

Creates an instance of callback target intended for the moniker that is passed in. The moniker is passed in for logging purposes only.

Applies to